From 5e6886fb047c22c07f2689f87d5e038f05c5c45d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 20:15:13 +0000 Subject: [PATCH] fix: deps/npm/node_modules/libnpmpublish/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/npm/node_modules/libnpmpublish/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/npm/node_modules/libnpmpublish/package.json b/deps/npm/node_modules/libnpmpublish/package.json index ac0d632f7d66dc..e05bfbf5454dd9 100644 --- a/deps/npm/node_modules/libnpmpublish/package.json +++ b/deps/npm/node_modules/libnpmpublish/package.json @@ -31,11 +31,11 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.2", - "libnpmpack": "^2.0.0", + "libnpmpack": "^6.0.0", "lodash.clonedeep": "^4.5.0", "nock": "^12.0.2", - "standard": "^14.3.1", - "tap": "^14.10.6" + "standard": "^16.0.0", + "tap": "^18.0.0" }, "repository": { "type": "git", @@ -46,7 +46,7 @@ "dependencies": { "normalize-package-data": "^3.0.2", "npm-package-arg": "^8.1.2", - "npm-registry-fetch": "^11.0.0", + "npm-registry-fetch": "^14.0.0", "semver": "^7.1.3", "ssri": "^8.0.1" },