From b4d54df5ff8c6fbbc79239d2cb24b23c49c525c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 17:48:52 +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 f067b6c..c6851f1 100644 --- a/package.json +++ b/package.json @@ -38,11 +38,11 @@ "lodash.clonedeep": "~4.5.0", "lodash.uniq": "~4.5.0", "log-driver": "^1.2", - "npm": "^6.4.1", + "npm": "^7.21.0", "npm-audit-report": "^1.3.1", - "npm-registry-fetch": "^1.1.0", + "npm-registry-fetch": "^15.0.0", "npmlog": "~4.1.2", - "pacote": "^9.1.0", + "pacote": "^16.0.0", "qw": "~1.0.1", "ramda": "^0.25.0", "read-package-tree": "^5.2.1",