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

Merge pull request #47 from AltarikMC/dependabot/npm_and_yarn/minecraft-launcher-core-3.16.6

Bump minecraft-launcher-core from 3.16.4 to 3.16.6
This commit is contained in:
Quentin Legot 2021-08-10 13:23:47 +02:00 committed by GitHub
commit cf21ce8d54
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
},
"minecraft-launcher-core": {
"version": "3.16.4",
"resolved": "https://registry.npmjs.org/minecraft-launcher-core/-/minecraft-launcher-core-3.16.4.tgz",
"integrity": "sha512-nNabpw1sk8yGxgyUe/nzZ82tL24DvrVboy2Ov4ErEjqCoHM2740uupxUitYjXtUyxqtlDZIoRYKRIxYxAhg73A==",
"version": "3.16.6",
"resolved": "https://registry.npmjs.org/minecraft-launcher-core/-/minecraft-launcher-core-3.16.6.tgz",
"integrity": "sha512-AQ9t3Gb86c8ju37ZSkhfHqxJQ6rv1I9mnxgrALqawpC0IuelykUF7So9k2QUzoD+sbwRxXMgllj9YymNkreL4A==",
"requires": {
"adm-zip": "^0.4.13",
"checksum": "^0.1.1",
"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": {

View File

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