diff --git a/package-lock.json b/package-lock.json index 19dbc248..8724b167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,8 +18,8 @@ "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.6", - "helios-distribution-types": "^1.2.0", + "helios-core": "~2.1.0", + "helios-distribution-types": "^1.3.0", "jquery": "^3.7.1", "lodash.merge": "^4.6.2", "semver": "^7.5.4", @@ -2032,9 +2032,9 @@ } }, "node_modules/fs-extra": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", - "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -2331,12 +2331,12 @@ } }, "node_modules/helios-core": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.6.tgz", - "integrity": "sha512-QxUP6BZ0HDCmJjKNi2262vM2Sh222Gl8Ro4/qAxBWkmCxkpyD2Car9hSk5VZV4vcECTr7xg3SS55FuT4HdMF3g==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.1.0.tgz", + "integrity": "sha512-3RvGMJ0RDzgdZF3e0o2VtBz/NCeucDVIopz9p3GA9tjy2cl7ll8HVHSXiLG5YE1JiINU5Akacv5L6MT1g6xZuA==", "dependencies": { "fastq": "^1.15.0", - "fs-extra": "^11.1.1", + "fs-extra": "^11.2.0", "got": "^11.8.6", "luxon": "^3.4.4", "node-stream-zip": "^1.15.0", @@ -2348,9 +2348,9 @@ } }, "node_modules/helios-distribution-types": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/helios-distribution-types/-/helios-distribution-types-1.2.0.tgz", - "integrity": "sha512-C8mRJGK0zAc7rRnA06Sj0LYwVqhY445UYNTmXU876AmfBirRR2F+A3LsD3osdgTxRMzrgkxBXvYZ0QbYW6j+6Q==" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/helios-distribution-types/-/helios-distribution-types-1.3.0.tgz", + "integrity": "sha512-MP66JRHvmuE9yDoZoKeFDh3stsHger0w/cRcJAlV7UYw5ztR3m/uLbWdbfFV68B1Yc0+hDIiuFsuJT/Ve9xuiw==" }, "node_modules/hosted-git-info": { "version": "4.1.0", diff --git a/package.json b/package.json index 606b3c03..58dec069 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "fs-extra": "^11.1.1", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~2.0.6", - "helios-distribution-types": "^1.2.0", + "helios-core": "~2.1.0", + "helios-distribution-types": "^1.3.0", "jquery": "^3.7.1", "lodash.merge": "^4.6.2", "semver": "^7.5.4",