From d6674f456ea3e2db871ab881c3aa8aadb21ec5a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2024 04:00: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-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..b2d5f35 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": "15.3.0", "@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",