From bbffa28ae01998d3cc29fc6b0539bde755a3f6b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 01:18:19 +0000 Subject: [PATCH] fix: test/fixtures/npm-installer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- test/fixtures/npm-installer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/npm-installer/package.json b/test/fixtures/npm-installer/package.json index ccffa85..7476116 100644 --- a/test/fixtures/npm-installer/package.json +++ b/test/fixtures/npm-installer/package.json @@ -1,7 +1,7 @@ { "name": "npm-installer", "dependencies": { - "urllib": "^2.17.0" + "urllib": "^3.0.0" }, "devDependencies": { "autod": "*"