mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-24 21:19:45 -05:00
chore(deps): update dependency electron to v31
This commit is contained in:
parent
15540d1447
commit
90deb2d17c
2 changed files with 7 additions and 12 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": "31.0.0",
|
||||
"electron-builder": "22.14.13",
|
||||
"electron-devtools-installer": "3.2.0",
|
||||
"electron-notarize": "1.2.2",
|
||||
|
@ -7861,14 +7861,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": "31.0.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-31.0.0.tgz",
|
||||
"integrity": "sha512-yJMhwu5NVqor7h5mt65uKtBsjSAD7NiRwNCigK8xAlJMaP0X2FKipEzQocOzusy7E0dny4gkTgOTATy+ucDtjw==",
|
||||
"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": {
|
||||
|
@ -8736,12 +8737,6 @@
|
|||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/electron/node_modules/@types/node": {
|
||||
"version": "16.18.85",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.85.tgz",
|
||||
"integrity": "sha512-un7Bj6CPCRLxG2qp+9enNVFuRWCDKKOS6Q/FSpJ4xyrpLNJnRdAQERM2sJ6esaGvl02nK6kiGcMTb0pqknm62g==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/elliptic": {
|
||||
"version": "6.5.4",
|
||||
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.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": "31.0.0",
|
||||
"electron-builder": "22.14.13",
|
||||
"electron-devtools-installer": "3.2.0",
|
||||
"electron-notarize": "1.2.2",
|
||||
|
|
Loading…
Reference in a new issue