From f70d7d34e30cfa887590e00b74e031d8ace9dae1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Aug 2024 09:33:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dbc122..b9735b6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "~0.803.26", + "@angular-devkit/build-angular": "~16.2.15", "@angular/animations": "8.2.2", "@angular/cdk": "^8.2.3", "@angular/cli": "^8.3.29",