From 5e3e1a30ccbbaaf7c643105e31d05e943def8b54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2025 04:44:06 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 43e080db844..0bc1b6d9f8f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular-builders/custom-webpack": "^15.0.0", + "@angular-builders/custom-webpack": "^19.0.0", "@angular-devkit/build-angular": "^15.0.4", "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^15.0.4",