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

Bump minecraft-launcher-core from 3.16.4 to 3.16.6

Bumps [minecraft-launcher-core](https://github.com/Pierce01/MinecraftLauncher-core) from 3.16.4 to 3.16.6.
- [Release notes](https://github.com/Pierce01/MinecraftLauncher-core/releases)
- [Commits](https://github.com/Pierce01/MinecraftLauncher-core/commits)

---
updated-dependencies:
- dependency-name: minecraft-launcher-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-09 22:02:58 +00:00 committed by GitHub
parent a202b48322
commit c7c0b9f2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@ -3469,14 +3469,21 @@
"dev": true "dev": true
}, },
"minecraft-launcher-core": { "minecraft-launcher-core": {
"version": "3.16.4", "version": "3.16.6",
"resolved": "https://registry.npmjs.org/minecraft-launcher-core/-/minecraft-launcher-core-3.16.4.tgz", "resolved": "https://registry.npmjs.org/minecraft-launcher-core/-/minecraft-launcher-core-3.16.6.tgz",
"integrity": "sha512-nNabpw1sk8yGxgyUe/nzZ82tL24DvrVboy2Ov4ErEjqCoHM2740uupxUitYjXtUyxqtlDZIoRYKRIxYxAhg73A==", "integrity": "sha512-AQ9t3Gb86c8ju37ZSkhfHqxJQ6rv1I9mnxgrALqawpC0IuelykUF7So9k2QUzoD+sbwRxXMgllj9YymNkreL4A==",
"requires": { "requires": {
"adm-zip": "^0.4.13", "adm-zip": "^0.4.13",
"checksum": "^0.1.1", "checksum": "^0.1.1",
"request": "^2.88.0", "request": "^2.88.0",
"uuid": "^3.3.2" "uuid": "^8.3.2"
},
"dependencies": {
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
}
} }
}, },
"minimatch": { "minimatch": {

View File

@ -36,7 +36,7 @@
"electron-squirrel-startup": "^1.0.0", "electron-squirrel-startup": "^1.0.0",
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"hasha": "^5.2.2", "hasha": "^5.2.2",
"minecraft-launcher-core": "^3.16.4" "minecraft-launcher-core": "^3.16.6"
}, },
"config": { "config": {
"forge": "./config.forge.js" "forge": "./config.forge.js"