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:
commit
d86cbba306
@ -44,7 +44,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.17.2",
|
"minecraft-launcher-core": "^3.17.3",
|
||||||
"msmc": "^4.1.0",
|
"msmc": "^4.1.0",
|
||||||
"node-fetch": "^2.7.0",
|
"node-fetch": "^2.7.0",
|
||||||
"vue": "^3.3.4"
|
"vue": "^3.3.4"
|
||||||
|
@ -369,11 +369,11 @@ class Minecraft {
|
|||||||
const librairies = join(this.minecraftpath,"libraries")
|
const librairies = join(this.minecraftpath,"libraries")
|
||||||
const natives = join(this.minecraftpath, "natives")
|
const natives = join(this.minecraftpath, "natives")
|
||||||
if(fs.existsSync(assets))
|
if(fs.existsSync(assets))
|
||||||
fs.rmdirSync(assets, { recursive: true })
|
fs.rmSync(assets, { recursive: true })
|
||||||
if(fs.existsSync(librairies))
|
if(fs.existsSync(librairies))
|
||||||
fs.rmdirSync(librairies, { recursive: true })
|
fs.rmSync(librairies, { recursive: true })
|
||||||
if(fs.existsSync(natives))
|
if(fs.existsSync(natives))
|
||||||
fs.rmdirSync(natives, { recursive: true })
|
fs.rmSync(natives, { recursive: true })
|
||||||
logger.info("Game data invalidated")
|
logger.info("Game data invalidated")
|
||||||
event.sender.send("invalidated")
|
event.sender.send("invalidated")
|
||||||
}
|
}
|
||||||
|
@ -2379,10 +2379,10 @@ mimic-response@^3.1.0:
|
|||||||
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
|
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
|
||||||
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
|
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
|
||||||
|
|
||||||
minecraft-launcher-core@^3.17.2:
|
minecraft-launcher-core@^3.17.3:
|
||||||
version "3.17.2"
|
version "3.17.3"
|
||||||
resolved "https://registry.yarnpkg.com/minecraft-launcher-core/-/minecraft-launcher-core-3.17.2.tgz#a636ec0cfb949945183492d9278d36343845f56d"
|
resolved "https://registry.yarnpkg.com/minecraft-launcher-core/-/minecraft-launcher-core-3.17.3.tgz#59432af9cd35e2fc2098e28063e9c81f5a4203cb"
|
||||||
integrity sha512-f1i75Fno5LSYJKbuia0/5Q4H3R5bVTaC4h6UjbQt2Yv1qyJjDgAWYCZz61SjxEYYKbSmJVMLNkulr4pfuaJ+Pw==
|
integrity sha512-yA/WKkw6zcIFBKS4OCXEeQfdtKhXHZVz4cS5pmouOohxk8JZQI/i+BDMl7Ny3jHUnUv7n9VPK4ZQ6jhadhhXxQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
adm-zip "^0.4.13"
|
adm-zip "^0.4.13"
|
||||||
checksum "^0.1.1"
|
checksum "^0.1.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user