From fb0b828edd449788e253351d085eaaf21481d4c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Dec 2023 15:21:46 +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 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98c65b2..eb46819 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@angular-devkit/schematics": "^12.2.12", - "@nrwl/angular": "13.1.2", + "@nrwl/angular": "15.3.0", "@nrwl/devkit": "13.1.2", "@nrwl/react": "13.1.2", "@nrwl/workspace": "13.1.2",