From aaac564b2568f9d4a0e87efeda32958eabd45a29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 01:36:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8ca5318..e5c6f23 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@codemirror/theme-one-dark": "6.1.2", "@codemirror/view": "6.19.0", "@nguniversal/express-engine": "16.2.0", - "@nx/angular": "16.8.1", + "@nx/angular": "17.0.4", "@types/localforage": "0.0.34", "@types/markdown-it": "0.0.9", "comlink": "4.4.1", @@ -86,8 +86,8 @@ "@angular/language-service": "16.2.5", "@nguniversal/builders": "16.2.0", "@nx/cypress": "16.8.1", - "@nx/jest": "16.8.1", - "@nx/workspace": "16.8.1", + "@nx/jest": "16.9.0", + "@nx/workspace": "16.9.0", "@schematics/angular": "16.2.2", "@types/express": "4.17.17", "@types/jest": "29.5.4", @@ -102,7 +102,7 @@ "jest-environment-jsdom": "29.7.0", "jest-preset-angular": "13.1.1", "ng-packagr": "16.2.3", - "nx": "16.8.1", + "nx": "16.9.0", "postcss": "8.4.29", "postcss-import": "15.1.0", "postcss-preset-env": "9.1.3",