mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-24 21:19:45 -05:00
chore(deps): update dependency electron to v32
This commit is contained in:
parent
e0d06efa42
commit
795cbffab0
2 changed files with 6 additions and 13 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
@ -27,7 +27,7 @@
|
|||
"babel-plugin-react-intl": "7.9.4",
|
||||
"copy-webpack-plugin": "5.1.2",
|
||||
"css-loader": "1.0.1",
|
||||
"electron": "23.3.13",
|
||||
"electron": "32.0.0",
|
||||
"electron-builder": "22.14.13",
|
||||
"electron-devtools-installer": "3.2.0",
|
||||
"electron-notarize": "1.2.2",
|
||||
|
@ -8171,15 +8171,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "23.3.13",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-23.3.13.tgz",
|
||||
"integrity": "sha512-BaXtHEb+KYKLouUXlUVDa/lj9pj4F5kiE0kwFdJV84Y2EU7euIDgPthfKtchhr5MVHmjtavRMIV/zAwEiSQ9rQ==",
|
||||
"version": "32.0.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-32.0.0.tgz",
|
||||
"integrity": "sha512-rs+VkhztJd2LvRX7d3ikKH+EIHMW4vKM2l5qp7Dx/dLQAKKz3IFNKyYhYzczDnqO+/jUvx0ic0SQvqpv1/ZAsw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@electron/get": "^2.0.0",
|
||||
"@types/node": "^16.11.26",
|
||||
"@types/node": "^20.9.0",
|
||||
"extract-zip": "^2.0.1"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -9068,13 +9068,6 @@
|
|||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/electron/node_modules/@types/node": {
|
||||
"version": "16.18.103",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.103.tgz",
|
||||
"integrity": "sha512-gOAcUSik1nR/CRC3BsK8kr6tbmNIOTpvb1sT+v5Nmmys+Ho8YtnIHP90wEsVK4hTcHndOqPVIlehEGEA5y31bA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/elliptic": {
|
||||
"version": "6.5.6",
|
||||
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"babel-plugin-react-intl": "7.9.4",
|
||||
"copy-webpack-plugin": "5.1.2",
|
||||
"css-loader": "1.0.1",
|
||||
"electron": "23.3.13",
|
||||
"electron": "32.0.0",
|
||||
"electron-builder": "22.14.13",
|
||||
"electron-devtools-installer": "3.2.0",
|
||||
"electron-notarize": "1.2.2",
|
||||
|
|
Loading…
Reference in a new issue