From 7b1919304bb117d8555d76a2bab0d395dd07ec14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Nov 2023 15:12:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98c65b2..44583f7 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ }, "dependencies": { "@angular-devkit/schematics": "^12.2.12", - "@nrwl/angular": "13.1.2", + "@nrwl/angular": "14.7.6", "@nrwl/devkit": "13.1.2", - "@nrwl/react": "13.1.2", + "@nrwl/react": "14.7.6", "@nrwl/workspace": "13.1.2", "@vercel/ncc": "0.31.1", "rxjs": "^7.4.0",