From 27b5c6842392cdea229665dd6e93b6516adf3da3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 19:19:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 481a9c4..d4476cc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@angular/animations": "13.2.0", "@angular/cdk": "13.2.0", - "@angular/cli": "^13.2.1", + "@angular/cli": "^17.0.0", "@angular/common": "13.2.0", "@angular/compiler": "13.2.0", "@angular/compiler-cli": "13.2.0",