From 3e168878708ef4d3e399ed815516160f73bbb1fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Nov 2025 14:21:05 +0000 Subject: [PATCH] fix: app/themes/user-admin/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- app/themes/user-admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/themes/user-admin/package.json b/app/themes/user-admin/package.json index dec4fd1..099356d 100644 --- a/app/themes/user-admin/package.json +++ b/app/themes/user-admin/package.json @@ -25,7 +25,7 @@ "build": "npm run build:sass && npm run build:prod && npm run build:clean && npm run build:rename && npm run build:copy && npm run build:copycss" }, "dependencies": { - "@angular/common": "^2.3.1", + "@angular/common": "^19.2.16", "@angular/compiler": "^2.3.1", "@angular/core": "^2.3.1", "@angular/forms": "^2.3.1",