From b21f93379e8207b77fd6c946a7e6f886f28c4666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 18:22:49 +0000 Subject: [PATCH] Bump electron from 4.2.12 to 9.1.2 in /packages/redux-devtools-cli Bumps [electron](https://github.com/electron/electron) from 4.2.12 to 9.1.2. - [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/v4.2.12...v9.1.2) Signed-off-by: dependabot[bot] --- packages/redux-devtools-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index c4d58b00..3d9427a8 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -37,7 +37,7 @@ "chalk": "^2.4.2", "cors": "^2.8.5", "cross-spawn": "^6.0.5", - "electron": "^4.2.12", + "electron": "^9.1.2", "express": "^4.17.1", "getport": "^0.1.0", "graphql": "^0.13.0",