Skip to content

Commit b2f927c

Browse files
chore(deps-dev): bump electron from 9.0.2 to 9.0.3 (#804)
Bumps [electron](https://github.com/electron/electron) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](electron/electron@v9.0.2...v9.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 7f15e31 commit b2f927c

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@vue/eslint-config-typescript": "^4.0.0",
6161
"chai": "^4.2.0",
6262
"chai-as-promised": "^7.1.1",
63-
"electron": "^9.0.2",
63+
"electron": "^9.0.3",
6464
"eslint": "^7.2.0",
6565
"eslint-config-standard": "^14.0.0",
6666
"eslint-plugin-import": "^2.21.1",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,16 +1786,11 @@
17861786
"@types/node" "*"
17871787
form-data "^3.0.0"
17881788

1789-
"@types/node@*":
1789+
"@types/node@*", "@types/node@>=6":
17901790
version "14.0.11"
17911791
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.11.tgz#61d4886e2424da73b7b25547f59fdcb534c165a3"
17921792
integrity sha512-lCvvI24L21ZVeIiyIUHZ5Oflv1hhHQ5E1S25IRlKIXaRkVgmXpJMI3wUJkmym2bTbCe+WoIibQnMVAU3FguaOg==
17931793

1794-
"@types/node@>=6":
1795-
version "14.0.6"
1796-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.6.tgz#f9e178b2da31a4b0ec60b64649e244c31ce18daf"
1797-
integrity sha512-FbNmu4F67d3oZMWBV6Y4MaPER+0EpE9eIYf2yaHhCWovc1dlXCZkqGX4NLHfVVr6umt20TNBdRzrNJIzIKfdbw==
1798-
17991794
"@types/node@^10.1.0":
18001795
version "10.17.24"
18011796
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.24.tgz#c57511e3a19c4b5e9692bb2995c40a3a52167944"
@@ -6372,10 +6367,10 @@ electron-to-chromium@^1.3.413:
63726367
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.455.tgz#fd65a3f5db6ffa83eb7c84f16ea9b1b7396f537d"
63736368
integrity sha512-4lwnxp+ArqOX9hiLwLpwhfqvwzUHFuDgLz4NTiU3lhygUzWtocIJ/5Vix+mWVNE2HQ9aI1k2ncGe5H/0OktMvA==
63746369

6375-
electron@^9.0.2:
6376-
version "9.0.2"
6377-
resolved "https://registry.yarnpkg.com/electron/-/electron-9.0.2.tgz#361924ce833396f1a45ac2195f442b92eb4f8f5d"
6378-
integrity sha512-+a3KegLvQXVjC3b6yBWwZmtWp3tHf9ut27yORAWHO9JRFtKfNf88fi1UvTPJSW8R0sUH7ZEdzN6A95T22KGtlA==
6370+
electron@^9.0.3:
6371+
version "9.0.3"
6372+
resolved "https://registry.yarnpkg.com/electron/-/electron-9.0.3.tgz#72a7ea08abadd494794735d90666d1b95fc90d28"
6373+
integrity sha512-rY59wy50z0oWp/q69zq0UIzvtcM5j2BJbLAwEoLfVNS3DLt9wDZqRqSIBvLEBl+xWbafCnRA9haEqi7ssM94GA==
63796374
dependencies:
63806375
"@electron/get" "^1.0.1"
63816376
"@types/node" "^12.0.12"

0 commit comments

Comments
 (0)