From 23d53e8aaa35b243e6b3bec8042d6c3c5794ef04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 07:28:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83604a484..0a7a70f2b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "~12.2.18", + "@angular-devkit/build-angular": "~14.0.0", "@angular/animations": "~12.2.17", "@angular/cdk": "^12.2.13", "@angular/common": "~12.2.17",