From 10876d1aaa6a12a2f379ecf72545b8ca3f340022 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 04:53:43 +0000 Subject: [PATCH] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- script/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/package.json b/script/package.json index ccd6bc266bf..2a177a2ee9e 100644 --- a/script/package.json +++ b/script/package.json @@ -37,7 +37,7 @@ "nock": "^13.0.2", "node-fetch": "^2.6.7", "normalize-package-data": "2.3.5", - "npm": "^6.14.16", + "npm": "^7.0.0", "npm-check": "^5.9.2", "passwd-user": "2.1.0", "pegjs": "0.9.0",