From 7f1aedc362c806a5cfc5f48972f168284c822fb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:45:59 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57b12c03..4119d9b0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "^15.2.10", + "@angular-devkit/build-angular": "^17.1.0", "@angular/animations": "^15.2.10", "@angular/common": "^15.2.10", "@angular/compiler": "^15.2.10",