From b2f25d5a31b671b518815dbc406559123fc1f29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 04:01:02 +0000 Subject: [PATCH] Bump electron in /js-angular-node/Codevolution/electronJs Bumps [electron](https://github.com/electron/electron) from 2.0.18 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/v2.0.18...v9.1.0) Signed-off-by: dependabot[bot] --- js-angular-node/Codevolution/electronJs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-angular-node/Codevolution/electronJs/package.json b/js-angular-node/Codevolution/electronJs/package.json index 7936d9a..74a52f1 100644 --- a/js-angular-node/Codevolution/electronJs/package.json +++ b/js-angular-node/Codevolution/electronJs/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "devDependencies": { - "electron": "^2.0.3", + "electron": "^9.1.0", "request": "2.87.0" } }