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

Bump electron from 15.1.0 to 15.1.1

Bumps [electron](https://github.com/electron/electron) from 15.1.0 to 15.1.1.
- [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.0...v15.1.1)

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

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

6
package-lock.json generated
View File

@ -2536,9 +2536,9 @@
}
},
"electron": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.1.0.tgz",
"integrity": "sha512-QZJKZdrOG2G9lyOrDpCHh+arMrj7ZVVBulrukhNXwCeCEHgNLTVULEQzMOB9AVXUbIs+FthcddlMgcgpaErohw==",
"version": "15.1.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-15.1.1.tgz",
"integrity": "sha512-ogVGNWL38KegiqAhUdgjWoKPOufTqDb+cNIqQF/WpVxgauNjzXEk/RNEk7qlw946B/g2dHpzpHeUhi+D/4EcIg==",
"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.0"
"electron": "^15.1.1"
},
"dependencies": {
"axios": "^0.21.4",