diff --git a/package-lock.json b/package-lock.json index c179d3ea..9beecf93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/node": "^20.12.7", "@types/sinon": "^10.0.15", "@types/sinon-chai": "^3.2.9", - "@types/unzip-stream": "^0.3.1", + "@types/unzip-stream": "^0.3.4", "@types/uuid": "^9.0.2", "@types/yargs": "^17.0.32", "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -58,7 +58,7 @@ "ts-node": "^10.9.2", "ts-sinon": "^2.0.1", "typescript": "^5.1.6", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.4", "winston": "^3.13.0", "yargs": "^17.7.2" } @@ -1090,9 +1090,9 @@ "dev": true }, "node_modules/@types/unzip-stream": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@types/unzip-stream/-/unzip-stream-0.3.1.tgz", - "integrity": "sha512-RlE3qaqvu4XaMwxkG/zR1gIunCbqXvNrmZ4BCG7OiQ8QUactFUPxm0TTrOCRJZQfPW3T6XBH7PcHQiiqkdcijw==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/unzip-stream/-/unzip-stream-0.3.4.tgz", + "integrity": "sha512-ud0vtsNRF+joUCyvNMyo0j5DKX2Lh/im+xVgRzBEsfHhQYZ+i4fKTveova9XxLzt6Jl6G0e/0mM4aC0gqZYSnA==", "dev": true, "dependencies": { "@types/node": "*" @@ -9984,9 +9984,9 @@ } }, "node_modules/unzip-stream": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.1.tgz", - "integrity": "sha512-RzaGXLNt+CW+T41h1zl6pGz3EaeVhYlK+rdAap+7DxW5kqsqePO8kRtWPaCiVqdhZc86EctSPVYNix30YOMzmw==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.4.tgz", + "integrity": "sha512-PyofABPVv+d7fL7GOpusx7eRT9YETY2X04PhwbSipdj6bMxVCFJrr+nm0Mxqbf9hUiTin/UsnuFWBXlDZFy0Cw==", "dev": true, "dependencies": { "binary": "^0.3.0", @@ -11279,9 +11279,9 @@ "dev": true }, "@types/unzip-stream": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@types/unzip-stream/-/unzip-stream-0.3.1.tgz", - "integrity": "sha512-RlE3qaqvu4XaMwxkG/zR1gIunCbqXvNrmZ4BCG7OiQ8QUactFUPxm0TTrOCRJZQfPW3T6XBH7PcHQiiqkdcijw==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@types/unzip-stream/-/unzip-stream-0.3.4.tgz", + "integrity": "sha512-ud0vtsNRF+joUCyvNMyo0j5DKX2Lh/im+xVgRzBEsfHhQYZ+i4fKTveova9XxLzt6Jl6G0e/0mM4aC0gqZYSnA==", "dev": true, "requires": { "@types/node": "*" @@ -18290,9 +18290,9 @@ } }, "unzip-stream": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.1.tgz", - "integrity": "sha512-RzaGXLNt+CW+T41h1zl6pGz3EaeVhYlK+rdAap+7DxW5kqsqePO8kRtWPaCiVqdhZc86EctSPVYNix30YOMzmw==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.4.tgz", + "integrity": "sha512-PyofABPVv+d7fL7GOpusx7eRT9YETY2X04PhwbSipdj6bMxVCFJrr+nm0Mxqbf9hUiTin/UsnuFWBXlDZFy0Cw==", "dev": true, "requires": { "binary": "^0.3.0", diff --git a/package.json b/package.json index e276a6c9..f6b25d18 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/node": "^20.12.7", "@types/sinon": "^10.0.15", "@types/sinon-chai": "^3.2.9", - "@types/unzip-stream": "^0.3.1", + "@types/unzip-stream": "^0.3.4", "@types/uuid": "^9.0.2", "@types/yargs": "^17.0.32", "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -55,7 +55,7 @@ "ts-node": "^10.9.2", "ts-sinon": "^2.0.1", "typescript": "^5.1.6", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.4", "winston": "^3.13.0", "yargs": "^17.7.2" },