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

Bump electron from 11.0.4 to 11.1.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-14 07:20:05 +00:00 committed by GitHub
parent ee2d5b43a6
commit 2beb8cd2ee
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1491,9 +1491,9 @@
}
},
"electron": {
"version": "11.0.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.0.4.tgz",
"integrity": "sha512-ipfQ28Km52iuDSe9VK0G5uuyxi8qy8szg+01kQTRXZFCLlpgsgU+vQxWkld2tkhXWdu+H3dmgYHvWtoijOvhjw==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.1.0.tgz",
"integrity": "sha512-RFAhR/852VMaRd9NSe7jprwSoG9dLc6u1GwnqRWg+/3cy/8Zrwt1Betw1lXiZH7hGuB9K2cqju83Xv5Pq5ZSGA==",
"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.4"
"electron": "^11.1.0"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0",