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

Bump electron from 11.0.3 to 11.0.4

Bumps [electron](https://github.com/electron/electron) from 11.0.3 to 11.0.4.
- [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/v11.0.3...v11.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-08 22:34:34 +00:00 committed by GitHub
parent 1ee12bd1d6
commit 86c6581ae7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1491,9 +1491,9 @@
}
},
"electron": {
"version": "11.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.0.3.tgz",
"integrity": "sha512-nNfbLi7Q1xfJXOEO2adck5TS6asY4Jxc332E4Te8XfQ9hcaC3GiCdeEqk9FndNCwxhJA5Lr9jfSGRTwWebFa/w==",
"version": "11.0.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.0.4.tgz",
"integrity": "sha512-ipfQ28Km52iuDSe9VK0G5uuyxi8qy8szg+01kQTRXZFCLlpgsgU+vQxWkld2tkhXWdu+H3dmgYHvWtoijOvhjw==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -18,7 +18,7 @@
"@electron-forge/maker-rpm": "^6.0.0-beta.54",
"@electron-forge/maker-squirrel": "^6.0.0-beta.54",
"@electron-forge/maker-zip": "^6.0.0-beta.54",
"electron": "^11.0.3"
"electron": "^11.0.4"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0",