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.10 to 3.16.11

Bumps [minecraft-launcher-core](https://github.com/Pierce01/MinecraftLauncher-core) from 3.16.10 to 3.16.11.
- [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-12-27 22:02:37 +00:00 committed by GitHub
parent cdf3027f15
commit be73fea594
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

@ -19,7 +19,7 @@
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"hasha": "^5.2.2", "hasha": "^5.2.2",
"izitoast": "^1.4.0", "izitoast": "^1.4.0",
"minecraft-launcher-core": "^3.16.10", "minecraft-launcher-core": "^3.16.11",
"msmc": "^3.0.2", "msmc": "^3.0.2",
"vue": "^2.6.14" "vue": "^2.6.14"
}, },
@ -4402,9 +4402,9 @@
} }
}, },
"node_modules/minecraft-launcher-core": { "node_modules/minecraft-launcher-core": {
"version": "3.16.10", "version": "3.16.11",
"resolved": "https://registry.npmjs.org/minecraft-launcher-core/-/minecraft-launcher-core-3.16.10.tgz", "resolved": "https://registry.npmjs.org/minecraft-launcher-core/-/minecraft-launcher-core-3.16.11.tgz",
"integrity": "sha512-9jLwbECBfehdXdnPzVKnZhdYVfpB8F41nFDiDdUiYQDoFM87pCer85EjW0UX6OOn5GTxXnXALVu2CHld7rLs2w==", "integrity": "sha512-FQXGcANy0XDEs9koGLpipmVMSQxL17RBlqWPzCNLCMCTSo9gzq5+/bgX32C10ebv7M3755zdrhd5J300yaCsUg==",
"dependencies": { "dependencies": {
"adm-zip": "^0.4.13", "adm-zip": "^0.4.13",
"checksum": "^0.1.1", "checksum": "^0.1.1",
@ -10162,9 +10162,9 @@
"dev": true "dev": true
}, },
"minecraft-launcher-core": { "minecraft-launcher-core": {
"version": "3.16.10", "version": "3.16.11",
"resolved": "https://registry.npmjs.org/minecraft-launcher-core/-/minecraft-launcher-core-3.16.10.tgz", "resolved": "https://registry.npmjs.org/minecraft-launcher-core/-/minecraft-launcher-core-3.16.11.tgz",
"integrity": "sha512-9jLwbECBfehdXdnPzVKnZhdYVfpB8F41nFDiDdUiYQDoFM87pCer85EjW0UX6OOn5GTxXnXALVu2CHld7rLs2w==", "integrity": "sha512-FQXGcANy0XDEs9koGLpipmVMSQxL17RBlqWPzCNLCMCTSo9gzq5+/bgX32C10ebv7M3755zdrhd5J300yaCsUg==",
"requires": { "requires": {
"adm-zip": "^0.4.13", "adm-zip": "^0.4.13",
"checksum": "^0.1.1", "checksum": "^0.1.1",

View File

@ -37,7 +37,7 @@
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"hasha": "^5.2.2", "hasha": "^5.2.2",
"izitoast": "^1.4.0", "izitoast": "^1.4.0",
"minecraft-launcher-core": "^3.16.10", "minecraft-launcher-core": "^3.16.11",
"msmc": "^3.0.2", "msmc": "^3.0.2",
"vue": "^2.6.14" "vue": "^2.6.14"
}, },