From 5815f54eba7002b50a2c27ab06c71097e8da4391 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 09:24:16 +0000 Subject: [PATCH] fix: upgrade @angular/common from 20.1.7 to 20.2.1 Snyk has created this PR to upgrade @angular/common from 20.1.7 to 20.2.1. See this package in yarn: @angular/common 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..22866e8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@angular/animations": "^20.1.7", - "@angular/common": "^20.1.7", + "@angular/common": "^20.2.1", "@angular/compiler": "^20.1.7", "@angular/core": "^20.1.7", "@angular/forms": "^20.1.7", diff --git a/yarn.lock b/yarn.lock index 94fa493..3cc39a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -364,10 +364,10 @@ yargs "18.0.0" zod "3.25.75" -"@angular/common@^20.1.7": - version "20.1.7" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.1.7.tgz#a497fe19e8c9077bc227ee170bbe189dec6138d2" - integrity sha512-3eFxQ18613JpBQw53wMUZfqc2RvratWx6GqKs5A1JJpMs0qq26yc2PhJWer99u3mugpKavmKoKpXFBkuWg50Qw== +"@angular/common@^20.2.1": + version "20.3.0" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-20.3.0.tgz#be9f41944e6056652705f18c9b09b485d6f984d8" + integrity sha512-Il0HqdRdrmI8ufLXd49EYaa/BPqfiSqe5uuKrDxhkAdbRXwCXWsxbO/n8AwilwWn3CKLOCrEXQYKwbcFW0nYQQ== dependencies: tslib "^2.3.0"