Skip to content

Commit c62805c

Browse files
chore(deps): update dependency electron to v35 [security]
1 parent 72f8210 commit c62805c

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"css-loader": "^7.0.0",
7171
"css-minimizer-webpack-plugin": "^7.0.0",
7272
"del": "^6.1.1",
73-
"electron": "31.4.0",
73+
"electron": "35.7.5",
7474
"electron-builder": "^24.13.3",
7575
"electron-devtools-installer": "^3.2.0",
7676
"electron-is": "^3.0.0",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,13 +1729,20 @@
17291729
dependencies:
17301730
"@types/node" "*"
17311731

1732-
"@types/node@*", "@types/node@^20.9.0":
1732+
"@types/node@*":
17331733
version "20.12.12"
17341734
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
17351735
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
17361736
dependencies:
17371737
undici-types "~5.26.4"
17381738

1739+
"@types/node@^22.7.7":
1740+
version "22.18.6"
1741+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.6.tgz#38172ef0b65e09d1a4fc715eb09a7d5decfdc748"
1742+
integrity sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==
1743+
dependencies:
1744+
undici-types "~6.21.0"
1745+
17391746
"@types/plist@^3.0.1":
17401747
version "3.0.5"
17411748
resolved "https://registry.yarnpkg.com/@types/plist/-/plist-3.0.5.tgz#9a0c49c0f9886c8c8696a7904dd703f6284036e0"
@@ -3664,13 +3671,13 @@ electron-updater@^6.1.8:
36643671
semver "^7.3.8"
36653672
tiny-typed-emitter "^2.1.0"
36663673

3667-
electron@31.4.0:
3668-
version "31.4.0"
3669-
resolved "https://registry.yarnpkg.com/electron/-/electron-31.4.0.tgz#fd55fd882117b09fd68b2d182c8fda2dbb7ef454"
3670-
integrity sha512-YTwKoAA+nrJMlI1TTHnIXLYWoQLKnhbkz0qxZcI7Hadcy0UaFMFs9xzwvH2MnrRpVJy7RKo49kVGuvSdRl8zMA==
3674+
electron@35.7.5:
3675+
version "35.7.5"
3676+
resolved "https://registry.yarnpkg.com/electron/-/electron-35.7.5.tgz#294a4aebb2ad2a884de730c410f2358d061e8d53"
3677+
integrity sha512-dnL+JvLraKZl7iusXTVTGYs10TKfzUi30uEDTqsmTm0guN9V2tbOjTzyIZbh9n3ygUjgEYyo+igAwMRXIi3IPw==
36713678
dependencies:
36723679
"@electron/get" "^2.0.0"
3673-
"@types/node" "^20.9.0"
3680+
"@types/node" "^22.7.7"
36743681
extract-zip "^2.0.1"
36753682

36763683
element-ui@^2.15.14:
@@ -7975,6 +7982,11 @@ undici-types@~5.26.4:
79757982
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
79767983
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
79777984

7985+
undici-types@~6.21.0:
7986+
version "6.21.0"
7987+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7988+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7989+
79787990
unicode-canonical-property-names-ecmascript@^2.0.0:
79797991
version "2.0.0"
79807992
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)