diff --git a/package-lock.json b/package-lock.json index cc1c29d..721d8a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "targz": "^1.0.1", "tslog": "^3.2.0", "typescript": "^5.3.3", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.2", "utf-8-validate": "^5.0.2", "vscode-extension-tester": "^8.7.0" }, @@ -9126,9 +9126,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.2", + "resolved": "https://registry.npmjs.org/unzip-stream/-/unzip-stream-0.3.2.tgz", + "integrity": "sha512-oWhfqwjx36ULFG+krfkbtbrc/BeEzaYrlqdEWa5EPNd6x6RerzuNW8aSTM0TtNtrOfUKYdO0TwrlkzrXAE6Olg==", "dev": true, "dependencies": { "binary": "^0.3.0", diff --git a/package.json b/package.json index 930254f..c30bc34 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "targz": "^1.0.1", "tslog": "^3.2.0", "typescript": "^5.3.3", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.2", "utf-8-validate": "^5.0.2", "selenium-webdriver": "^4.1.0", "vscode-extension-tester": "^8.7.0",