mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-14 05:51:03 -04:00
chore(deps): update dependency electron to v36
This commit is contained in:
parent
434b7bfce2
commit
422b70ff32
2 changed files with 6 additions and 23 deletions
27
package-lock.json
generated
27
package-lock.json
generated
|
@ -30,7 +30,7 @@
|
|||
"copy-webpack-plugin": "6.4.1",
|
||||
"cross-env": "7.0.3",
|
||||
"css-loader": "5.2.7",
|
||||
"electron": "25.9.8",
|
||||
"electron": "36.0.0",
|
||||
"electron-builder": "26.0.12",
|
||||
"electron-devtools-installer": "3.2.1",
|
||||
"electron-notarize": "1.2.2",
|
||||
|
@ -7997,15 +7997,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "25.9.8",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-25.9.8.tgz",
|
||||
"integrity": "sha512-PGgp6PH46QVENHuAHc2NT1Su8Q1qov7qIl2jI5tsDpTibwV2zD8539AeWBQySeBU4dhbj9onIl7+1bXQ0wefBg==",
|
||||
"version": "36.0.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-36.0.0.tgz",
|
||||
"integrity": "sha512-MhBL5tgzqLsiw++YXxzXRvF5s90gelcEZP4Upz/aaRmmoscmCw/EtimxMSH6EPnKt+8KwBY9RVAdlcffFPYkyw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@electron/get": "^2.0.0",
|
||||
"@types/node": "^18.11.18",
|
||||
"@types/node": "^22.7.7",
|
||||
"extract-zip": "^2.0.1"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -8223,23 +8223,6 @@
|
|||
"node": ">= 4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/electron/node_modules/@types/node": {
|
||||
"version": "18.19.87",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.87.tgz",
|
||||
"integrity": "sha512-OIAAu6ypnVZHmsHCeJ+7CCSub38QNBS9uceMQeg7K5Ur0Jr+wG9wEOEvvMbhp09pxD5czIUy/jND7s7Tb6Nw7A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
},
|
||||
"node_modules/electron/node_modules/undici-types": {
|
||||
"version": "5.26.5",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
||||
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/emoji-regex": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"copy-webpack-plugin": "6.4.1",
|
||||
"cross-env": "7.0.3",
|
||||
"css-loader": "5.2.7",
|
||||
"electron": "25.9.8",
|
||||
"electron": "36.0.0",
|
||||
"electron-builder": "26.0.12",
|
||||
"electron-devtools-installer": "3.2.1",
|
||||
"electron-notarize": "1.2.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue