From 277d06d1d5429ca4af3ff11b11b36c1dea9a00a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 20:10:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 338002cd..ee38ff19 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "json2yaml": "^1.1.0", "minimist": "^1.2.0", "node-fetch": "^1.7.3", - "npm": "^5.5.1", + "npm": "^6.2.0", "object-assign-deep": "^0.3.1", "ora": "^1.3.0", "regex-match-all": "^1.0.2",