From f4c1346ee628fa44911808c821a5b831e14ebc8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jan 2025 06:44:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dbc122..ecee1e2 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": "~19.1.0", "@angular/animations": "8.2.2", "@angular/cdk": "^8.2.3", "@angular/cli": "^8.3.29",