From 14e999bb525364d6871a56626317545a0b5f3044 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 15:55:22 +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 1377c59e3..1d5caed1d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "~14.2.13", + "@angular-devkit/build-angular": "~18.0.5", "@angular/animations": "~14.3.0", "@angular/cdk": "^14.2.7", "@angular/common": "~14.3.0",