Skip to content

Commit dac7ff9

Browse files
chore(deps-dev): bump electron from 7.2.4 to 13.6.6
Bumps [electron](https://github.com/electron/electron) from 7.2.4 to 13.6.6. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v7.2.4...v13.6.6) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e3584d commit dac7ff9

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@vue/eslint-config-typescript": "^4.0.0",
101101
"babel-eslint": "^10.0.1",
102102
"babel-plugin-prismjs": "^1.0.2",
103-
"electron": "^7.3.3",
103+
"electron": "^13.6.6",
104104
"eslint": "^5.16.0",
105105
"eslint-plugin-vue": "^5.2.2",
106106
"husky": "^1.3.1",

yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,15 +1010,10 @@
10101010
resolved "http://registry.npm.taobao.org/@types/minimatch/download/@types/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
10111011
integrity sha1-PcoOPzOyAPx9ETnAzZbBJoyt/Z0=
10121012

1013-
"@types/node@*":
1014-
version "12.12.14"
1015-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.14.tgz#1c1d6e3c75dba466e0326948d56e8bd72a1903d2"
1016-
integrity sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA==
1017-
1018-
"@types/node@^12.0.12":
1019-
version "12.20.50"
1020-
resolved "https://registry.npmmirror.com/@types/node/-/node-12.20.50.tgz#14ba5198f1754ffd0472a2f84ab433b45ee0b65e"
1021-
integrity sha512-+9axpWx2b2JCVovr7Ilgt96uc6C1zBKOQMpGtRbWT9IoR/8ue32GGMfGA4woP8QyP2gBs6GQWEVM3tCybGCxDA==
1013+
"@types/node@*", "@types/node@^14.6.2":
1014+
version "14.18.16"
1015+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.16.tgz#878f670ba3f00482bf859b6550b6010610fc54b5"
1016+
integrity sha512-X3bUMdK/VmvrWdoTkz+VCn6nwKwrKCFTHtqwBIaQJNx4RUIBBUFXM00bqPz/DsDd+Icjmzm6/tyYZzeGVqb6/Q==
10221017

10231018
"@types/normalize-package-data@^2.4.0":
10241019
version "2.4.0"
@@ -4278,13 +4273,13 @@ electron-updater@^4.2.0:
42784273
pako "^1.0.10"
42794274
semver "^6.3.0"
42804275

4281-
electron@^7.3.3:
4282-
version "7.3.3"
4283-
resolved "https://registry.npmmirror.com/electron/-/electron-7.3.3.tgz#f61502a3d42d85adfecd8e37f98da449b591f8af"
4284-
integrity sha512-PrJEsuRiaAhTDHtbH3EM+RIne+nZ6ifGChUadmtmPqHUQ+rIhf4jSi2ZN768IgBDw4SidMJiCrvQRiuDha9+Ew==
4276+
electron@^13.6.6:
4277+
version "13.6.6"
4278+
resolved "https://registry.yarnpkg.com/electron/-/electron-13.6.6.tgz#ebd4754b2b55d54a2e8e9cdc3d0a2bb6b7053827"
4279+
integrity sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==
42854280
dependencies:
42864281
"@electron/get" "^1.0.1"
4287-
"@types/node" "^12.0.12"
4282+
"@types/node" "^14.6.2"
42884283
extract-zip "^1.0.3"
42894284

42904285
elegant-spinner@^1.0.1:

0 commit comments

Comments
 (0)