From 4f4dbea5c451f5822fcc2e89ed2b42f1451ec2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 02:48:41 +0000 Subject: [PATCH] Bump electron from 1.8.8 to 9.1.0 in /Dashboard_vr 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_vr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dashboard_vr/package.json b/Dashboard_vr/package.json index 9e9bc39..889982e 100644 --- a/Dashboard_vr/package.json +++ b/Dashboard_vr/package.json @@ -17,6 +17,6 @@ }, "homepage": "http://frcdashboard.github.io", "devDependencies": { - "electron": "^1.2.0" + "electron": "^9.1.0" } }