From 7a45e4ac71cdde6119a5e8ade2efa7eb5349e19a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 19:17:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e138b03..f437ee5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/compiler": "~10.1.5", "@angular/core": "~10.1.5", "@angular/forms": "~10.1.5", - "@angular/localize": "~10.1.5", + "@angular/localize": "~20.0.1", "@angular/material": "^10.2.4", "@angular/platform-browser": "~10.1.5", "@angular/platform-browser-dynamic": "~10.1.5",