Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit deef07a

Browse files
Bump electron from 7.2.4 to 9.4.0
Bumps [electron](https://github.com/electron/electron) from 7.2.4 to 9.4.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](electron/electron@v7.2.4...v9.4.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ffafa2 commit deef07a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"chalk": "1.1.3",
4545
"css-loader": "0.28.7",
4646
"dotenv": "4.0.0",
47-
"electron": "^7.2.4",
47+
"electron": "^9.4.0",
4848
"electron-builder": "^19.49.0",
4949
"eslint": "^4.10.0",
5050
"eslint-config-react-app": "^2.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2967,10 +2967,10 @@ electron-updater@^2.18.2:
29672967
semver "^5.5.0"
29682968
source-map-support "^0.5.6"
29692969

2970-
electron@^7.2.4:
2971-
version "7.3.3"
2972-
resolved "https://registry.yarnpkg.com/electron/-/electron-7.3.3.tgz#f61502a3d42d85adfecd8e37f98da449b591f8af"
2973-
integrity sha512-PrJEsuRiaAhTDHtbH3EM+RIne+nZ6ifGChUadmtmPqHUQ+rIhf4jSi2ZN768IgBDw4SidMJiCrvQRiuDha9+Ew==
2970+
electron@^9.4.0:
2971+
version "9.4.0"
2972+
resolved "https://registry.yarnpkg.com/electron/-/electron-9.4.0.tgz#c3c607e3598226ddbaaff8babcdffa8bb2210936"
2973+
integrity sha512-hOC4q0jkb+UDYZRy8vrZ1IANnq+jznZnbkD62OEo06nU+hIbp2IrwDRBNuSLmQ3cwZMVir0WSIA1qEVK0PkzGA==
29742974
dependencies:
29752975
"@electron/get" "^1.0.1"
29762976
"@types/node" "^12.0.12"

0 commit comments

Comments
 (0)