diff --git a/package-lock.json b/package-lock.json index 87db743..6c01789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "targz": "^1.0.1", "tslog": "^3.2.0", "typescript": "^4.0.3", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.4", "utf-8-validate": "^5.0.2", "vscode-extension-tester": "^5.0.0", "vscode-extension-tester-locators": "^3.0.0", @@ -7484,9 +7484,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", diff --git a/package.json b/package.json index 0c1b6bc..d3d5ef2 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "targz": "^1.0.1", "tslog": "^3.2.0", "typescript": "^4.0.3", - "unzip-stream": "^0.3.1", + "unzip-stream": "^0.3.4", "utf-8-validate": "^5.0.2", "selenium-webdriver": "^4.1.0", "vscode-extension-tester": "^5.0.0",