From f7daffd45b77c61eb3cfe462f0052d88292039db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Dec 2025 10:06:49 +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-ANGULARCOMPILER-14157154 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 40f0d4a..8d4645a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@angular/animations": "~13.2.1", "@angular/cdk": "^13.2.1", "@angular/common": "~13.2.1", - "@angular/compiler": "~13.2.1", + "@angular/compiler": "~19.2.17", "@angular/core": "~13.2.1", "@angular/forms": "~13.2.1", "@angular/material": "^13.2.1", diff --git a/yarn.lock b/yarn.lock index 1985c24..35a6aed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -193,10 +193,10 @@ tslib "^2.3.0" yargs "^17.2.1" -"@angular/compiler@~13.2.1": - version "13.2.1" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-13.2.1.tgz#9f476a01472da1d6f72f0a9fcb20df7bf2044ede" - integrity sha512-CI3EFP8GwpTe+MFoEntWG4LQbq7rfCjP9ZVkKF1F5enA+CPZjYFGQ5qog3D5hnntMeQBU2iw7ZHNVlVfsmfTIQ== +"@angular/compiler@~19.2.17": + version "19.2.17" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-19.2.17.tgz#e74a321e2d20f52bbd809498e4a810028e16020f" + integrity sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw== dependencies: tslib "^2.3.0"