4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-22 06:19:50 +01:00

Bump electron from 15.1.2 to 15.2.0

Bumps [electron](https://github.com/electron/electron) from 15.1.2 to 15.2.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v15.1.2...v15.2.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-18 22:02:41 +00:00 committed by GitHub
parent 2c1a14cfce
commit a29de9acc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -25,7 +25,7 @@
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.61",
"@electron-forge/maker-squirrel": "^6.0.0-beta.61",
"electron": "^15.1.2"
"electron": "^15.2.0"
}
},
"node_modules/@electron-forge/async-ora": {
@ -1983,9 +1983,9 @@
}
},
"node_modules/electron": {
"version": "15.1.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.1.2.tgz",
"integrity": "sha512-cU5x1ZvhwcTtzClJrsxqbvCocs40uhuXcdXbXFMpe6XnbnjruTbwrB2V0OxN01pStDrYihnfKo2yhfEvhO3zmw==",
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.2.0.tgz",
"integrity": "sha512-kg0JdlsVbJgD/hO/A7o9VH8U44pQWkIsyt/sALxH6g8CiHQxMujLn2JfB2gyUfHXPT7m8vD4Z+CurS2KodEsWw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -8252,9 +8252,9 @@
}
},
"electron": {
"version": "15.1.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.1.2.tgz",
"integrity": "sha512-cU5x1ZvhwcTtzClJrsxqbvCocs40uhuXcdXbXFMpe6XnbnjruTbwrB2V0OxN01pStDrYihnfKo2yhfEvhO3zmw==",
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.2.0.tgz",
"integrity": "sha512-kg0JdlsVbJgD/hO/A7o9VH8U44pQWkIsyt/sALxH6g8CiHQxMujLn2JfB2gyUfHXPT7m8vD4Z+CurS2KodEsWw==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",

View File

@ -27,7 +27,7 @@
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.61",
"@electron-forge/maker-squirrel": "^6.0.0-beta.61",
"electron": "^15.1.2"
"electron": "^15.2.0"
},
"dependencies": {
"axios": "^0.22.0",