Skip to content

Commit d53ec40

Browse files
committed
fix: Patch Electron
1 parent 39327ff commit d53ec40

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"conventional-changelog-cli": "^2.0.11",
5656
"convert-svg-to-png": "^0.5.0",
5757
"debug": "^4.1.1",
58-
"electron": "^7.1.1",
58+
"electron": "~7.1.1",
5959
"electron-builder": "^22.1.0",
6060
"electron-mocha": "^8.0.1",
6161
"electron-notarize": "^0.2.0",
@@ -66,7 +66,7 @@
6666
"gulp-execa": "^2.0.0",
6767
"gulp-less": "^4.0.1",
6868
"mocha": "^7.0.1",
69-
"rollup": "^1.1.0",
69+
"rollup": "~1.1.0",
7070
"rollup-plugin-babel": "^4.3.3",
7171
"rollup-plugin-commonjs": "^10.1.0",
7272
"rollup-plugin-json": "^4.0.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -919,11 +919,6 @@
919919
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd"
920920
integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ==
921921

922-
"@types/estree@*":
923-
version "0.0.42"
924-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.42.tgz#8d0c1f480339efedb3e46070e22dd63e0430dd11"
925-
integrity sha512-K1DPVvnBCPxzD+G51/cxVIoc2X8uUVl1zpJeE6iKcgHMj4+tbat5Xu4TjV7v2QSDbIeAfLi2hIk+u2+s0MlpUQ==
926-
927922
"@types/estree@0.0.39":
928923
version "0.0.39"
929924
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
@@ -1066,6 +1061,11 @@ acorn-jsx@^5.1.0:
10661061
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
10671062
integrity sha512-tMUqwBWfLFbJbizRmEcWSLw6HnFzfdJs2sOJEOwwtVPMoH/0Ay+E703oZz78VSXZiiDcZrQ5XKjPIUQixhmgVw==
10681063

1064+
acorn@^6.0.5:
1065+
version "6.4.1"
1066+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
1067+
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
1068+
10691069
acorn@^7.1.0:
10701070
version "7.1.0"
10711071
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
@@ -2956,7 +2956,7 @@ electron-window@^0.8.0:
29562956
dependencies:
29572957
is-electron-renderer "^2.0.0"
29582958

2959-
electron@^7.1.1:
2959+
electron@~7.1.1:
29602960
version "7.1.14"
29612961
resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.14.tgz#1a58aa5968677a4fe564442f3b72771166c8904c"
29622962
integrity sha512-y9Nbja4rl+5fPVw9e/lFudwRax3a+jenzS7WXzUkjF7GI8YFxNH2eH9K9PZFNuSwc/OOCja2ul70+D44tKTQEw==
@@ -7357,14 +7357,14 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
73577357
dependencies:
73587358
estree-walker "^0.6.1"
73597359

7360-
rollup@^1.1.0:
7361-
version "1.30.0"
7362-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.30.0.tgz#ae9c893804e8eaa8f8f74b0aaf7e7fb4374a9d01"
7363-
integrity sha512-ANcmfaSQwpcJtZUTA0ZMNBtFcQ1B4A5FldlNqEK0WdWm9sHSKu93ffa2KV1ux8HA/yKIV/ZARV28m7rNdXJgEw==
7360+
rollup@~1.1.0:
7361+
version "1.1.2"
7362+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.1.2.tgz#8d094b85683b810d0c05a16bd7618cf70d48eba7"
7363+
integrity sha512-OkdMxqMl8pWoQc5D8y1cIinYQPPLV8ZkfLgCzL6SytXeNA2P7UHynEQXI9tYxuAjAMsSyvRaWnyJDLHMxq0XAg==
73647364
dependencies:
7365-
"@types/estree" "*"
7365+
"@types/estree" "0.0.39"
73667366
"@types/node" "*"
7367-
acorn "^7.1.0"
7367+
acorn "^6.0.5"
73687368

73697369
run-async@^2.2.0:
73707370
version "2.3.0"

0 commit comments

Comments
 (0)