diff --git a/package-lock.json b/package-lock.json index 1dcce24..19dbc24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helioslauncher", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "helioslauncher", - "version": "2.0.5", + "version": "2.0.6", "license": "UNLICENSED", "dependencies": { "@electron/remote": "^2.1.0", @@ -18,7 +18,7 @@ "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.5", + "helios-core": "~2.0.6", "helios-distribution-types": "^1.2.0", "jquery": "^3.7.1", "lodash.merge": "^4.6.2", @@ -2331,20 +2331,20 @@ } }, "node_modules/helios-core": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.5.tgz", - "integrity": "sha512-ocMAFkbRIF16J9A4Agag5JGrIhUdNk1HI8O9xG+9cVmYC9aguV8Z4I6g56B04uV3Sd/hsEU9jsmI/9JTFcEJVQ==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.6.tgz", + "integrity": "sha512-QxUP6BZ0HDCmJjKNi2262vM2Sh222Gl8Ro4/qAxBWkmCxkpyD2Car9hSk5VZV4vcECTr7xg3SS55FuT4HdMF3g==", "dependencies": { "fastq": "^1.15.0", "fs-extra": "^11.1.1", "got": "^11.8.6", - "luxon": "^3.4.0", + "luxon": "^3.4.4", "node-stream-zip": "^1.15.0", "semver": "^7.5.4", "tar-fs": "^3.0.4", "triple-beam": "^1.4.1", - "winreg": "^1.2.4", - "winston": "^3.10.0" + "winreg": "^1.2.5", + "winston": "^3.11.0" } }, "node_modules/helios-distribution-types": { diff --git a/package.json b/package.json index a39fecb..606b3c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helioslauncher", - "version": "2.0.5", + "version": "2.0.6", "productName": "Helios Launcher", "description": "Modded Minecraft Launcher", "author": "Daniel Scalzi (https://github.com/dscalzi/)", @@ -32,7 +32,7 @@ "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.5", + "helios-core": "~2.0.6", "helios-distribution-types": "^1.2.0", "jquery": "^3.7.1", "lodash.merge": "^4.6.2",