From 11e477066719ae1e12f7cfad477b302a88c2e2eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 19:07:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3e16ebb6..b42db8dd 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "clean": "rm -rf test/fixtures/.tmp*" }, "dependencies": { - "@npmcli/arborist": "^6.1.3", + "@npmcli/arborist": "^7.0.0", "@zkochan/cmd-shim": "^5.4.0", "await-event": "^2.1.0", "bin-links": "^2.3.0", @@ -44,14 +44,14 @@ "minimist": "^1.2.0", "moment": "^2.24.0", "ms": "^2.1.1", - "node-gyp": "^9.0.0", + "node-gyp": "^10.0.0", "node-homedir": "^1.1.1", "normalize-package-data": "^5.0.0", "npm-normalize-package-bin": "^3.0.0", "npm-package-arg": "^8.1.5", "ora": "^4.0.5", "p-map": "^2.1.0", - "pacote": "^15.0.0", + "pacote": "^17.0.4", "rc": "^1.2.8", "semver": "^7.0.0", "tar": "^6.0.0",