fix npm audit in src/electron (#5405)

5ec635aa40411613e727892f0d0525f90a64392c

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
2 files changed, +13 -13Showing whitespace changes
src/electron/package-lock.json+12 -12
@@ -9,7 +9,7 @@
9 "version": "1.0.0",9 "version": "1.0.0",
10 "license": "AGPL-3.0",10 "license": "AGPL-3.0",
11 "dependencies": {11 "dependencies": {
12 "electron": "^35.0.0"12 "electron": "^41.1.1"
13 }13 }
14 },14 },
15 "node_modules/@electron/get": {15 "node_modules/@electron/get": {
@@ -85,12 +85,12 @@
85 }85 }
86 },86 },
87 "node_modules/@types/node": {87 "node_modules/@types/node": {
88 "version": "22.13.9",88 "version": "24.12.2",
89 "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.9.tgz",89 "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
90 "integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==",90 "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
91 "license": "MIT",91 "license": "MIT",
92 "dependencies": {92 "dependencies": {
93 "undici-types": "~6.20.0"93 "undici-types": "~7.16.0"
94 }94 }
95 },95 },
96 "node_modules/@types/responselike": {96 "node_modules/@types/responselike": {
@@ -265,14 +265,14 @@
265 "optional": true265 "optional": true
266 },266 },
267 "node_modules/electron": {267 "node_modules/electron": {
268 "version": "35.7.5",268 "version": "41.1.1",
269 "resolved": "https://registry.npmjs.org/electron/-/electron-35.7.5.tgz",269 "resolved": "https://registry.npmjs.org/electron/-/electron-41.1.1.tgz",
270 "integrity": "sha512-dnL+JvLraKZl7iusXTVTGYs10TKfzUi30uEDTqsmTm0guN9V2tbOjTzyIZbh9n3ygUjgEYyo+igAwMRXIi3IPw==",270 "integrity": "sha512-8bgvDhBjli+3Z2YCKgzzoBPh6391pr7Xv2h/tTJG4ETgvPvUxZomObbZLs31mUzYb6VrlcDDd9cyWyNKtPm3tA==",
271 "hasInstallScript": true,271 "hasInstallScript": true,
272 "license": "MIT",272 "license": "MIT",
273 "dependencies": {273 "dependencies": {
274 "@electron/get": "^2.0.0",274 "@electron/get": "^2.0.0",
275 "@types/node": "^22.7.7",275 "@types/node": "^24.9.0",
276 "extract-zip": "^2.0.1"276 "extract-zip": "^2.0.1"
277 },277 },
278 "bin": {278 "bin": {
@@ -768,9 +768,9 @@
768 }768 }
769 },769 },
770 "node_modules/undici-types": {770 "node_modules/undici-types": {
771 "version": "6.20.0",771 "version": "7.16.0",
772 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",772 "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
773 "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",773 "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
774 "license": "MIT"774 "license": "MIT"
775 },775 },
776 "node_modules/universalify": {776 "node_modules/universalify": {
src/electron/package.json+1 -1
@@ -11,6 +11,6 @@
11 "start": "electron ."11 "start": "electron ."
12 },12 },
13 "dependencies": {13 "dependencies": {
14 "electron": "^35.0.0"14 "electron": "^41.1.1"
15 }15 }
16}16}