From cccb9d1ba28d13f170e23d39c509d2ecfd5d9f34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:51:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ad28d6..4c9240b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@ngrx/store": "^10.1.2", "@ngrx/store-devtools": "^10.1.2", "lodash-es": "^4.17.15", - "npm": "^6.14.6", + "npm": "^7.21.0", "rxjs": "~6.6.3", "tslib": "^2.0.0", "zone.js": "~0.10.3"