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

Merge pull request #315 from AltarikMC/dependabot/npm_and_yarn/dev/minecraft-launcher-core-3.17.3

Bump minecraft-launcher-core from 3.17.2 to 3.17.3
This commit is contained in:
Quentin Legot 2023-11-10 23:37:48 +01:00 committed by GitHub
commit d86cbba306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -44,7 +44,7 @@
"extract-zip": "^2.0.1",
"hasha": "^5.2.2",
"izitoast": "^1.4.0",
"minecraft-launcher-core": "^3.17.2",
"minecraft-launcher-core": "^3.17.3",
"msmc": "^4.1.0",
"node-fetch": "^2.7.0",
"vue": "^3.3.4"

View File

@ -369,11 +369,11 @@ class Minecraft {
const librairies = join(this.minecraftpath,"libraries")
const natives = join(this.minecraftpath, "natives")
if(fs.existsSync(assets))
fs.rmdirSync(assets, { recursive: true })
fs.rmSync(assets, { recursive: true })
if(fs.existsSync(librairies))
fs.rmdirSync(librairies, { recursive: true })
fs.rmSync(librairies, { recursive: true })
if(fs.existsSync(natives))
fs.rmdirSync(natives, { recursive: true })
fs.rmSync(natives, { recursive: true })
logger.info("Game data invalidated")
event.sender.send("invalidated")
}

View File

@ -2379,10 +2379,10 @@ mimic-response@^3.1.0:
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
minecraft-launcher-core@^3.17.2:
version "3.17.2"
resolved "https://registry.yarnpkg.com/minecraft-launcher-core/-/minecraft-launcher-core-3.17.2.tgz#a636ec0cfb949945183492d9278d36343845f56d"
integrity sha512-f1i75Fno5LSYJKbuia0/5Q4H3R5bVTaC4h6UjbQt2Yv1qyJjDgAWYCZz61SjxEYYKbSmJVMLNkulr4pfuaJ+Pw==
minecraft-launcher-core@^3.17.3:
version "3.17.3"
resolved "https://registry.yarnpkg.com/minecraft-launcher-core/-/minecraft-launcher-core-3.17.3.tgz#59432af9cd35e2fc2098e28063e9c81f5a4203cb"
integrity sha512-yA/WKkw6zcIFBKS4OCXEeQfdtKhXHZVz4cS5pmouOohxk8JZQI/i+BDMl7Ny3jHUnUv7n9VPK4ZQ6jhadhhXxQ==
dependencies:
adm-zip "^0.4.13"
checksum "^0.1.1"