diff --git a/dumper-companion/package-lock.json b/dumper-companion/package-lock.json index a339b699b..0f9afe9d4 100644 --- a/dumper-companion/package-lock.json +++ b/dumper-companion/package-lock.json @@ -8,7 +8,7 @@ "name": "dumper-companion", "version": "0.0.1", "dependencies": { - "@zip.js/zip.js": "^2.8.6", + "@zip.js/zip.js": "^2.8.8", "preact": "^10.27.2", "punycode": "^2.3.1", "ts-loader": "^9.5.4", @@ -838,9 +838,9 @@ "license": "Apache-2.0" }, "node_modules/@zip.js/zip.js": { - "version": "2.8.6", - "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.6.tgz", - "integrity": "sha512-E7Dai2C0wsTgzgDuDAb2Cf/Z57wHJd5zp+x2+f5/silcmpDuRY4fW7SH0cCmMKqlKgHuf01BtzLqXegesE5qCg==", + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.8.tgz", + "integrity": "sha512-v0KutehhSAuaoFAFGLp+V4+UiZ1mIxQ8vNOYMD7k9ZJaBbtQV49MYlg568oRLiuwWDg2Di58Iw3Q0ESNWR+5JA==", "license": "BSD-3-Clause", "engines": { "bun": ">=0.7.0", @@ -1323,19 +1323,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/@eslint/js": { - "version": "9.35.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.35.0.tgz", - "integrity": "sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - } - }, "node_modules/eslint/node_modules/eslint-visitor-keys": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", diff --git a/dumper-companion/package.json b/dumper-companion/package.json index 24a7884fc..0e9e08ff5 100644 --- a/dumper-companion/package.json +++ b/dumper-companion/package.json @@ -15,7 +15,7 @@ "globals": "^16.4.0" }, "dependencies": { - "@zip.js/zip.js": "^2.8.6", + "@zip.js/zip.js": "^2.8.8", "preact": "^10.27.2", "punycode": "^2.3.1", "ts-loader": "^9.5.4",