From 4c796d565c1a233de0b70ee5c9805af6a70a1789 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 05:29:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4e56bd3..b50e075 100644 --- a/package.json +++ b/package.json @@ -87,8 +87,8 @@ "@angular/compiler-cli": "8.2.13", "@angular/language-service": "8.2.13", "@nrwl/jest": "8.6.0", - "@nrwl/node": "8.11.2", - "@nrwl/workspace": "8.6.0", + "@nrwl/node": "12.0.7", + "@nrwl/workspace": "13.4.4", "@types/jest": "24.0.9", "@types/node": "8.9.4", "@types/socket.io": "2.1.3", @@ -98,7 +98,7 @@ "dotenv": "6.2.0", "eslint": "6.1.0", "ineeda": "0.11.3", - "jest": "24.1.0", + "jest": "27.0.2", "jest-preset-angular": "7.0.1", "ng-packagr": "9.0.0", "prettier": "1.18.2",