Skip to content

Commit 600a2dd

Browse files
Bump electron from 40.1.0 to 40.8.5
Bumps [electron](https://github.com/electron/electron) from 40.1.0 to 40.8.5. - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v40.1.0...v40.8.5) --- updated-dependencies: - dependency-name: electron dependency-version: 40.8.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86c6b48 commit 600a2dd

2 files changed

Lines changed: 10 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"concurrently": "^9.2.1",
238238
"cross-env": "~7.0.3",
239239
"dotenv": "~16.4.5",
240-
"electron": "^40.1.0",
240+
"electron": "^40.8.5",
241241
"electron-builder": "^26.7.0",
242242
"electron-is-dev": "^3.0.1",
243243
"eslint": "~8.57.0",

yarn.lock

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5081,25 +5081,18 @@
50815081
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
50825082
integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
50835083

5084-
"@types/node@*":
5085-
version "24.5.2"
5086-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446"
5087-
integrity sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==
5084+
"@types/node@*", "@types/node@^24.9.0":
5085+
version "24.10.9"
5086+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.9.tgz#1aeb5142e4a92957489cac12b07f9c7fe26057d0"
5087+
integrity sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==
50885088
dependencies:
5089-
undici-types "~7.12.0"
5089+
undici-types "~7.16.0"
50905090

50915091
"@types/node@16.9.1":
50925092
version "16.9.1"
50935093
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.1.tgz#0611b37db4246c937feef529ddcc018cf8e35708"
50945094
integrity sha512-QpLcX9ZSsq3YYUUnD3nFDY8H7wctAhQj/TFKL8Ya8v5fMm3CFXxo8zStsLAl780ltoYoo1WvKUVGBQK+1ifr7g==
50955095

5096-
"@types/node@^24.9.0":
5097-
version "24.10.9"
5098-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.9.tgz#1aeb5142e4a92957489cac12b07f9c7fe26057d0"
5099-
integrity sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==
5100-
dependencies:
5101-
undici-types "~7.16.0"
5102-
51035096
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.3":
51045097
version "2.4.4"
51055098
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
@@ -7762,10 +7755,10 @@ electron-to-chromium@^1.5.328:
77627755
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.335.tgz#0b957cea44ef86795c227c616d16b4803d119daa"
77637756
integrity sha512-q9n5T4BR4Xwa2cwbrwcsDJtHD/enpQ5S1xF1IAtdqf5AAgqDFmR/aakqH3ChFdqd/QXJhS3rnnXFtexU7rax6Q==
77647757

7765-
electron@^40.1.0:
7766-
version "40.1.0"
7767-
resolved "https://registry.yarnpkg.com/electron/-/electron-40.1.0.tgz#e5c45ecd90bfbaa9dd14db2f7fb5ab730e458a9e"
7768-
integrity sha512-2j/kvw7uF0H1PnzYBzw2k2Q6q16J8ToKrtQzZfsAoXbbMY0l5gQi2DLOauIZLzwp4O01n8Wt/74JhSRwG0yj9A==
7758+
electron@^40.8.5:
7759+
version "40.8.5"
7760+
resolved "https://registry.yarnpkg.com/electron/-/electron-40.8.5.tgz#a7e459a2eee35bd02c32da87170c920383656c4d"
7761+
integrity sha512-pgTY/VPQKaiU4sTjfU96iyxCXrFm4htVPCMRT4b7q9ijNTRgtLmLvcmzp2G4e7xDrq9p7OLHSmu1rBKFf6Y1/A==
77697762
dependencies:
77707763
"@electron/get" "^2.0.0"
77717764
"@types/node" "^24.9.0"
@@ -16172,11 +16165,6 @@ unbox-primitive@^1.1.0:
1617216165
has-symbols "^1.1.0"
1617316166
which-boxed-primitive "^1.1.1"
1617416167

16175-
undici-types@~7.12.0:
16176-
version "7.12.0"
16177-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
16178-
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
16179-
1618016168
undici-types@~7.16.0:
1618116169
version "7.16.0"
1618216170
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"

0 commit comments

Comments
 (0)