From b4008716e960ca71ce977b3341920654577cdf81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Jun 2022 06:21:25 +0000 Subject: [PATCH] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- script/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/package.json b/script/package.json index 9f7e0312981..fcf8e23aaf0 100644 --- a/script/package.json +++ b/script/package.json @@ -37,7 +37,7 @@ "nock": "^13.0.2", "node-fetch": "^2.6.1", "normalize-package-data": "2.3.5", - "npm": "6.14.8", + "npm": "7.0.0", "npm-check": "^5.9.2", "passwd-user": "2.1.0", "pegjs": "0.9.0",