Skip to content

Commit db3d8f8

Browse files
committed
upgrade to electron 24.1.2
1 parent bb79265 commit db3d8f8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"@typescript-eslint/eslint-plugin": "~5.28.0",
166166
"@typescript-eslint/parser": "~5.28.0",
167167
"css-loader": "~5.1.1",
168-
"electron": "^23.1.4",
168+
"electron": "^24.1.2",
169169
"electron-builder": "^23.6.0",
170170
"electron-notarize": "^1.2.2",
171171
"eslint": "~8.17.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,10 @@
388388
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.36.tgz#c414052cb9d43fab67d679d5f3c641be911f5835"
389389
integrity sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==
390390

391-
"@types/node@^16.11.26":
392-
version "16.18.12"
393-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.12.tgz#e3bfea80e31523fde4292a6118f19ffa24fd6f65"
394-
integrity sha512-vzLe5NaNMjIE3mcddFVGlAXN1LEWueUsMsOJWaT6wWMJGyljHAWHznqfnKUQWGzu7TLPrGvWdNAsvQYW+C0xtw==
391+
"@types/node@^18.11.18":
392+
version "18.15.12"
393+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.12.tgz#833756634e78c829e1254db006468dadbb0c696b"
394+
integrity sha512-Wha1UwsB3CYdqUm2PPzh/1gujGCNtWVUYF0mB00fJFoR4gTyWTDPjSm+zBF787Ahw8vSGgBja90MkgFwvB86Dg==
395395

396396
"@types/normalize-package-data@^2.4.0":
397397
version "2.4.1"
@@ -1547,13 +1547,13 @@ electron-to-chromium@^1.4.284:
15471547
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.286.tgz#0e039de59135f44ab9a8ec9025e53a9135eba11f"
15481548
integrity sha512-Vp3CVhmYpgf4iXNKAucoQUDcCrBQX3XLBtwgFqP9BUXuucgvAV9zWp1kYU7LL9j4++s9O+12cb3wMtN4SJy6UQ==
15491549

1550-
electron@^23.1.4:
1551-
version "23.1.4"
1552-
resolved "https://registry.yarnpkg.com/electron/-/electron-23.1.4.tgz#8e386a6e2d4f1028c77b5a0926abc8a23509db53"
1553-
integrity sha512-3Z6CpAPdhv6haYX9DTO7k0l6uAUreZM3/EngQYqGN3Gz7Fp0DPb/egt8BwR3ClG/jTlQM+PQ+5WkTK0eMjm07A==
1550+
electron@^24.1.2:
1551+
version "24.1.2"
1552+
resolved "https://registry.yarnpkg.com/electron/-/electron-24.1.2.tgz#8dd0b4928a08236be4791d39535d1d35cc05f04b"
1553+
integrity sha512-V0isWbyLYiXrSCcB4lrSVhS/U56NFGfuqHyc+yEPkyhhvY+h4F85cYGdEiZlXp6XjHT+/CLHmw0ltK54g9lvDw==
15541554
dependencies:
15551555
"@electron/get" "^2.0.0"
1556-
"@types/node" "^16.11.26"
1556+
"@types/node" "^18.11.18"
15571557
extract-zip "^2.0.1"
15581558

15591559
emoji-regex@^8.0.0:

0 commit comments

Comments
 (0)