diff --git a/package-lock.json b/package-lock.json index c19e6bda2..e9a581623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "devDependencies": { "@babel/core": "7.24.7", "@babel/preset-env": "7.24.7", - "@types/adm-zip": "^0.5.5", + "@types/adm-zip": "0.5.5", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.14", "@types/node": "20.14.7", @@ -32,7 +32,7 @@ "@types/sinon": "17.0.3", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", - "adm-zip": "^0.5.16", + "adm-zip": "0.5.16", "babel-jest": "29.7.0", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -3370,6 +3370,7 @@ "resolved": "https://registry.npmjs.org/@types/adm-zip/-/adm-zip-0.5.5.tgz", "integrity": "sha512-YCGstVMjc4LTY5uK9/obvxBya93axZOVOyf2GSUulADzmLhYE45u2nAssCs/fWBs1Ifq5Vat75JTPwd5XZoPJw==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -3818,6 +3819,7 @@ "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz", "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.0" } diff --git a/package.json b/package.json index 6d3b9df9d..0c28840e6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@babel/core": "7.24.7", "@babel/preset-env": "7.24.7", - "@types/adm-zip": "^0.5.5", + "@types/adm-zip": "0.5.5", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.14", "@types/node": "20.14.7", @@ -55,7 +55,7 @@ "@types/sinon": "17.0.3", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", - "adm-zip": "^0.5.16", + "adm-zip": "0.5.16", "babel-jest": "29.7.0", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0",