From 757aa2fb733f3212fc06ce1b58051260bcf472f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jul 2023 04:15:34 +0000 Subject: [PATCH] fix: deps/npm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- deps/npm/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 6a782f46b73b19..3508ce5b8b53f1 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -71,7 +71,7 @@ "is-cidr": "^2.0.6", "json-parse-better-errors": "^1.0.2", "lazy-property": "~1.0.0", - "libcipm": "^2.0.0", + "libcipm": "^4.0.0", "libnpmhook": "^4.0.1", "libnpx": "^10.2.0", "lock-verify": "^2.0.2", @@ -92,7 +92,7 @@ "npm-audit-report": "^1.3.1", "npm-cache-filename": "~1.0.2", "npm-install-checks": "~3.0.0", - "npm-lifecycle": "^2.0.3", + "npm-lifecycle": "^3.0.0", "npm-package-arg": "^6.1.0", "npm-packlist": "~1.1.10", "npm-pick-manifest": "^2.1.0",