From 45e8a5c6cfe9483b9520a06f1aa7f70071079757 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 16:17:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 fd6ecea..885cc28 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@codemirror/theme-one-dark": "0.19.0", "@codemirror/view": "0.19.7", "@nguniversal/express-engine": "9.0.2", - "@nrwl/angular": "9.2.0", + "@nrwl/angular": "15.4.0", "@types/localforage": "0.0.34", "@types/markdown-it": "0.0.9", "comlink": "4.2.0", @@ -103,7 +103,7 @@ "tslint": "6.1.0", "typescript": "4.0.7", "cypress": "4.1.0", - "@nrwl/cypress": "9.2.0" + "@nrwl/cypress": "15.4.0" }, "snyk": true }