From 5f4ff2c584b371def1c6a855d77024c4d14eaa35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 00:56:50 +0000 Subject: [PATCH] fix: node_modules/punycode/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- node_modules/punycode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/punycode/package.json b/node_modules/punycode/package.json index 1d21784d75..ef0110f5fd 100644 --- a/node_modules/punycode/package.json +++ b/node_modules/punycode/package.json @@ -44,7 +44,7 @@ "prepublish": "node scripts/prepublish.js" }, "devDependencies": { - "codecov": "^1.0.1", + "codecov": "^3.2.0", "istanbul": "^0.4.1", "mocha": "^2.5.3" },