diff --git a/package-lock.json b/package-lock.json index 406245ab3..1447addec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/js-yaml": "^4.0.8", "@types/mocha": "^10.0.3", "@types/node": "^18.17.15", - "@types/unzipper": "^0.10.7", + "@types/unzipper": "^0.10.8", "mocha": "^10.2.0", "rimraf": "^5.0.5", "typescript": "*" @@ -235,9 +235,10 @@ } }, "node_modules/@types/unzipper": { - "version": "0.10.7", + "version": "0.10.8", + "resolved": "https://registry.npmjs.org/@types/unzipper/-/unzipper-0.10.8.tgz", + "integrity": "sha512-Cior/4Y78R1ZVF6tnWEHWIkAMDqKxU5pPCbaC62826oEfchPGg90fKdi3sLZ2D7oB7GrFu3+PW2elEMBOtd27w==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } diff --git a/package.json b/package.json index 2325941af..1ff7030ec 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/js-yaml": "^4.0.8", "@types/mocha": "^10.0.3", "@types/node": "^18.17.15", - "@types/unzipper": "^0.10.7", + "@types/unzipper": "^0.10.8", "mocha": "^10.2.0", "rimraf": "^5.0.5", "typescript": "*"