pull/304/merge v2.0.6
Daniel Scalzi 2023-11-25 19:09:40 -05:00
parent 5a6217467a
commit 9b898cc033
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -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": {

View File

@ -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",