diff --git a/package-lock.json b/package-lock.json index 5398507..f024013 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "ts-node": "^10.9.2", "ts-sinon": "^2.0.1", "typescript": "^5.4.5", - "unzip-stream": "^0.3.0" + "unzip-stream": "^0.3.4" }, "engines": { "node": ">=16.0.0" @@ -13113,9 +13113,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", @@ -23918,9 +23918,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 dbb8764..db337c3 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "ts-node": "^10.9.2", "ts-sinon": "^2.0.1", "typescript": "^5.4.5", - "unzip-stream": "^0.3.0" + "unzip-stream": "^0.3.4" }, "dependencies": { "fs-extra": "^11.1.1",