From b59b47a67a71f594b2a0490a2f86e1731e64e6cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:52:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- 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",