From bc784cdc2c6feecd86877f5455f670461e6c7a5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Nov 2025 09:47:40 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 40f0d4a..bb1c4bb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "~13.2.1", "@angular/cdk": "^13.2.1", - "@angular/common": "~13.2.1", + "@angular/common": "~19.2.16", "@angular/compiler": "~13.2.1", "@angular/core": "~13.2.1", "@angular/forms": "~13.2.1", diff --git a/yarn.lock b/yarn.lock index 1985c24..9750601 100644 --- a/yarn.lock +++ b/yarn.lock @@ -170,10 +170,10 @@ symbol-observable "4.0.0" uuid "8.3.2" -"@angular/common@~13.2.1": - version "13.2.1" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-13.2.1.tgz#7984d09fd9d59308383753c7500fdef1031da29d" - integrity sha512-LQgN4thG0NGPG+orKg7/2JiYCKjtZ1T2NKFwRt3dHYbNiHdwNCxkwZPqW1BMSpN6la/QB6aLTkuMV52t2S8FmA== +"@angular/common@~19.2.16": + version "19.2.16" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-19.2.16.tgz#2ce9c21b7f2181e6d6ab85c346ad6280ef83e23b" + integrity sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw== dependencies: tslib "^2.3.0"