diff --git a/package-lock.json b/package-lock.json index d923b2de..b14f2e9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@stylistic/eslint-plugin": "^3.1.0", "@types/jest": "^29.5.14", "@types/node": "^22.9.0 <23.0.0", - "@types/unzipper": "^0.10.10", + "@types/unzipper": "^0.10.11", "@typescript-eslint/eslint-plugin": "^8.25.0", "@typescript-eslint/parser": "^8.25.0", "@vercel/ncc": "^0.38.3", @@ -2181,10 +2181,11 @@ } }, "node_modules/@types/unzipper": { - "version": "0.10.10", - "resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.10.tgz", - "integrity": "sha512-jKJdNxhmCHTZsaKW5x0qjn6rB+gHk0w5VFbEKsw84i+RJqXZyfTmGnpjDcKqzMpjz7VVLsUBMtO5T3mVidpt0g==", + "version": "0.10.11", + "resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.11.tgz", + "integrity": "sha512-D25im2zjyMCcgL9ag6N46+wbtJBnXIr7SI4zHf9eJD2Dw2tEB5e+p5MYkrxKIVRscs5QV0EhtU9rgXSPx90oJg==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -12425,9 +12426,9 @@ } }, "@types/unzipper": { - "version": "0.10.10", - "resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.10.tgz", - "integrity": "sha512-jKJdNxhmCHTZsaKW5x0qjn6rB+gHk0w5VFbEKsw84i+RJqXZyfTmGnpjDcKqzMpjz7VVLsUBMtO5T3mVidpt0g==", + "version": "0.10.11", + "resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.11.tgz", + "integrity": "sha512-D25im2zjyMCcgL9ag6N46+wbtJBnXIr7SI4zHf9eJD2Dw2tEB5e+p5MYkrxKIVRscs5QV0EhtU9rgXSPx90oJg==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index b5d48a18..3b8675ca 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@stylistic/eslint-plugin": "^3.1.0", "@types/jest": "^29.5.14", "@types/node": "^22.9.0 <23.0.0", - "@types/unzipper": "^0.10.10", + "@types/unzipper": "^0.10.11", "@typescript-eslint/eslint-plugin": "^8.25.0", "@typescript-eslint/parser": "^8.25.0", "@vercel/ncc": "^0.38.3",