4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

Bump electron from 12.0.0 to 12.0.1

Bumps [electron](https://github.com/electron/electron) from 12.0.0 to 12.0.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v12.0.0...v12.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-15 06:29:38 +00:00 committed by GitHub
parent 8e449265e9
commit d8903fe85f
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -1389,9 +1389,9 @@
}
},
"electron": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-12.0.0.tgz",
"integrity": "sha512-p6oxZ4LG82hopPGAsIMOjyoL49fr6cexyFNH0kADA9Yf+mJ72DN7bjvBG+6V7r6QKhwYgsSsW8RpxBeVOUbxVQ==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-12.0.1.tgz",
"integrity": "sha512-4bTfLSTmuFkMxq3RMyjd8DxuzbxI1Bde879XDrBA4kFWbKhZ3hfXqHXQz3129eCmcLre5odcNsWq7/xzyJilMA==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",
@ -1400,9 +1400,9 @@
},
"dependencies": {
"@types/node": {
"version": "14.14.33",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.33.tgz",
"integrity": "sha512-oJqcTrgPUF29oUP8AsUqbXGJNuPutsetaa9kTQAQce5Lx5dTYWV02ScBiT/k1BX/Z7pKeqedmvp39Wu4zR7N7g==",
"version": "14.14.34",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.34.tgz",
"integrity": "sha512-dBPaxocOK6UVyvhbnpFIj2W+S+1cBTkHQbFQfeeJhoKFbzYcVUGHvddeWPSucKATb3F0+pgDq0i6ghEaZjsugA==",
"dev": true
}
}

View File

@ -16,7 +16,7 @@
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.54",
"@electron-forge/maker-squirrel": "^6.0.0-beta.54",
"electron": "^12.0.0"
"electron": "^12.0.1"
},
"dependencies": {
"electron-is-dev": "^2.0.0",