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

Bump electron-is-dev from 1.2.0 to 2.0.0

Bumps [electron-is-dev](https://github.com/sindresorhus/electron-is-dev) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/sindresorhus/electron-is-dev/releases)
- [Commits](https://github.com/sindresorhus/electron-is-dev/compare/v1.2.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-01 06:40:20 +00:00 committed by GitHub
parent 5f58118537
commit b11ead156a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1400,9 +1400,9 @@
}
},
"electron-is-dev": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/electron-is-dev/-/electron-is-dev-1.2.0.tgz",
"integrity": "sha512-R1oD5gMBPS7PVU8gJwH6CtT0e6VSoD0+SzSnYpNm+dBkcijgA+K7VAMHDfnRq/lkKPZArpzplTW6jfiMYosdzw=="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/electron-is-dev/-/electron-is-dev-2.0.0.tgz",
"integrity": "sha512-3X99K852Yoqu9AcW50qz3ibYBWY79/pBhlMCab8ToEWS48R0T9tyxRiQhwylE7zQdXrMnx2JKqUJyMPmt5FBqA=="
},
"electron-notarize": {
"version": "1.0.0",

View File

@ -19,7 +19,7 @@
"electron": "^11.3.0"
},
"dependencies": {
"electron-is-dev": "^1.2.0",
"electron-is-dev": "^2.0.0",
"electron-squirrel-startup": "^1.0.0",
"minecraft-launcher-core": "^3.16.2"
},