From e3263960af6709fdf9058889a42de0a70849326a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Jan 2023 19:55:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f067b6c..5048950 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": "^6.0.0", "npmlog": "~4.1.2", - "pacote": "^9.1.0", + "pacote": "^10.3.0", "qw": "~1.0.1", "ramda": "^0.25.0", "read-package-tree": "^5.2.1",