Skip to content

Commit 4d792ec

Browse files
Bump electron from 9.4.0 to 11.5.0 in /v1
Bumps [electron](https://github.com/electron/electron) from 9.4.0 to 11.5.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v9.4.0...v11.5.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d17c997 commit 4d792ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "main.js",
55
"license": "MIT",
66
"dependencies": {
7-
"electron": "^9.4.0"
7+
"electron": "^11.5.0"
88
},
99
"scripts": {
1010
"start": "electron ."

v1/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ duplexer3@^0.1.4:
141141
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
142142
integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
143143

144-
electron@^9.4.0:
145-
version "9.4.0"
146-
resolved "https://registry.yarnpkg.com/electron/-/electron-9.4.0.tgz#c3c607e3598226ddbaaff8babcdffa8bb2210936"
147-
integrity sha512-hOC4q0jkb+UDYZRy8vrZ1IANnq+jznZnbkD62OEo06nU+hIbp2IrwDRBNuSLmQ3cwZMVir0WSIA1qEVK0PkzGA==
144+
electron@^11.5.0:
145+
version "11.5.0"
146+
resolved "https://registry.yarnpkg.com/electron/-/electron-11.5.0.tgz#f1650543b9d8f2047d3807755bdb120153ed210f"
147+
integrity sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg==
148148
dependencies:
149149
"@electron/get" "^1.0.1"
150150
"@types/node" "^12.0.12"

0 commit comments

Comments
 (0)