From 4795284d90859f6b69c811edc7e4f41a5b3e782e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 18:12:01 +0000 Subject: [PATCH] fix: node_modules/pacote/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- node_modules/pacote/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/pacote/package.json b/node_modules/pacote/package.json index bc8d984704af5..ea473eba2ad61 100644 --- a/node_modules/pacote/package.json +++ b/node_modules/pacote/package.json @@ -47,19 +47,19 @@ "@npmcli/git": "^4.0.0", "@npmcli/installed-package-contents": "^2.0.1", "@npmcli/promise-spawn": "^6.0.1", - "@npmcli/run-script": "^6.0.0", + "@npmcli/run-script": "^7.0.2", "cacache": "^17.0.0", "fs-minipass": "^3.0.0", "minipass": "^5.0.0", "npm-package-arg": "^10.0.0", "npm-packlist": "^7.0.0", "npm-pick-manifest": "^8.0.0", - "npm-registry-fetch": "^14.0.0", + "npm-registry-fetch": "^15.0.0", "proc-log": "^3.0.0", "promise-retry": "^2.0.1", "read-package-json": "^6.0.0", "read-package-json-fast": "^3.0.0", - "sigstore": "^1.3.0", + "sigstore": "^2.0.0", "ssri": "^10.0.0", "tar": "^6.1.11" },