From cbd8309a774a2b9866fa9f9d7a7537b699f17a82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Dec 2024 18:40:34 +0000 Subject: [PATCH] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- script/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/package.json b/script/package.json index ccd6bc266bf..8dc616b7997 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": "^11.0.0", "npm-check": "^5.9.2", "passwd-user": "2.1.0", "pegjs": "0.9.0",