From 0737275a5145188c865d7013b4c08cf35a5bf9b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 09:24:19 +0000 Subject: [PATCH] fix: upgrade @angular/compiler from 20.1.7 to 20.2.1 Snyk has created this PR to upgrade @angular/compiler from 20.1.7 to 20.2.1. See this package in yarn: @angular/compiler See this project in Snyk: https://app.snyk.io/org/bartholomej/project/ba251598-f6f1-4666-8a9b-24b9f10023ff?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index acd4090..f2afca4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@angular/animations": "^20.1.7", "@angular/common": "^20.1.7", - "@angular/compiler": "^20.1.7", + "@angular/compiler": "^20.2.1", "@angular/core": "^20.1.7", "@angular/forms": "^20.1.7", "@angular/platform-browser": "^20.1.7", diff --git a/yarn.lock b/yarn.lock index 94fa493..30afbc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -385,10 +385,10 @@ tslib "^2.3.0" yargs "^18.0.0" -"@angular/compiler@^20.1.7": - version "20.1.7" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-20.1.7.tgz#ba4629249f653d3d724689bd1a2809a65eed63c2" - integrity sha512-IZPkFxXoJZy7aVBgcsYLKyfr1CreCqpqhlbiSVXgtleyTcReaMoQBHeEqyFxD7PeB4Lfmf1N6ncHCILg+wxTfw== +"@angular/compiler@^20.2.1": + version "20.3.0" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-20.3.0.tgz#42af5bbc7cb57ce71ffe23c78d5020f817ede728" + integrity sha512-DvGDusjsDhxIX+nDzihSCGo81Fa8y94KB/bh24eyPwJWV6b0OkawFSvVwzxx8prV0UnNkCN1S/UoZXmtVZGJ4A== dependencies: tslib "^2.3.0"