From 250a38c72d9596881710f93089c918abf74b4159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 02:43:16 +0000 Subject: [PATCH] Bump electron from 1.8.8 to 9.1.0 in /Dashboard Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 9.1.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v1.8.8...v9.1.0) Signed-off-by: dependabot[bot] --- Dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dashboard/package.json b/Dashboard/package.json index 9e9bc39..889982e 100644 --- a/Dashboard/package.json +++ b/Dashboard/package.json @@ -17,6 +17,6 @@ }, "homepage": "http://frcdashboard.github.io", "devDependencies": { - "electron": "^1.2.0" + "electron": "^9.1.0" } }