From 1a4a4cb491bf7dc7f560f62282d68311d3fd0419 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 22:50:34 +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 57b12c03..b1073908 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": "^18.0.0", "@angular/animations": "^15.2.10", "@angular/common": "^15.2.10", "@angular/compiler": "^15.2.10",