Skip to content

Commit 9d0df8e

Browse files
author
Artem
committed
stick to electron: 19.0.7 since 19.1.9 has vulnerability
1 parent a09731a commit 9d0df8e

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
@@ -154,7 +154,7 @@
154154
"cross-env": "^7.0.2",
155155
"css-loader": "^5.0.1",
156156
"css-minimizer-webpack-plugin": "^1.2.0",
157-
"electron": "^19.0.7",
157+
"electron": "19.0.7",
158158
"electron-builder": "^23.6.0",
159159
"electron-builder-notarize": "^1.5.1",
160160
"electron-debug": "^3.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6762,10 +6762,10 @@ electron-updater@^5.0.5:
67626762
semver "^7.3.5"
67636763
typed-emitter "^2.1.0"
67646764

6765-
electron@^19.0.7:
6766-
version "19.1.9"
6767-
resolved "https://registry.yarnpkg.com/electron/-/electron-19.1.9.tgz#01995eea4014f7cdb2f616f5f3492d4ed6f5e4f0"
6768-
integrity sha512-XT5LkTzIHB+ZtD3dTmNnKjVBWrDWReCKt9G1uAFLz6uJMEVcIUiYO+fph5pLXETiBw/QZBx8egduMEfIccLx+g==
6765+
6766+
version "19.0.7"
6767+
resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.7.tgz#c7a7841646adc6457de70b93661cc400bfdf9d38"
6768+
integrity sha512-Wyg+oGkY8cWYmm8tVka6CZmhJxnyUx+Us2ALyWiY4w73+dO9XUNB/c7vQNIm1Uk/DLMn9vFzgvcS9YtOOMqpbg==
67696769
dependencies:
67706770
"@electron/get" "^1.14.1"
67716771
"@types/node" "^16.11.26"

0 commit comments

Comments
 (0)