From 138ada667b1ce13f468fbb3cf66a0b577d3b2d90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 22:36:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ba42f2..02f075c 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "zone.js": "~0.10.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1100.7", - "@angular/cli": "~11.0.7", + "@angular-devkit/build-angular": "~14.0.0", + "@angular/cli": "~11.2.18", "@angular/compiler-cli": "~11.0.9", "@types/jasmine": "~3.6.0", "@types/node": "^12.11.1",