From 8cd28f97720f8d30cb4d7b9ce7f667d70a0f6f30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 09:24:12 +0000 Subject: [PATCH] fix: upgrade @angular/animations from 20.1.7 to 20.2.1 Snyk has created this PR to upgrade @angular/animations from 20.1.7 to 20.2.1. See this package in yarn: @angular/animations 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..35103e8 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "release:major": "git checkout master && npm version major -m \"chore(update): major release %s 💥 \"" }, "dependencies": { - "@angular/animations": "^20.1.7", + "@angular/animations": "^20.2.1", "@angular/common": "^20.1.7", "@angular/compiler": "^20.1.7", "@angular/core": "^20.1.7", diff --git a/yarn.lock b/yarn.lock index 94fa493..c13810b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -298,10 +298,10 @@ dependencies: "@angular-eslint/bundled-angular-compiler" "20.1.1" -"@angular/animations@^20.1.7": - version "20.1.7" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-20.1.7.tgz#214f72f88d98e520664e4692d82b00a8a8d9b561" - integrity sha512-ykzx6cKqGkKbtE2CbHBukIgM2Wk8+BmYTEqwRZRVqskxbIGvEuLmLJrvmwpqqvo4MypgvbLEtJyviSCYQkZYvA== +"@angular/animations@^20.2.1": + version "20.3.0" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-20.3.0.tgz#ce5381c8f0c22e0be0a2a2b39f83dcbdd14e5bbc" + integrity sha512-rCojVsJHaReDfSB4lwcWYJAfbkFXQmcdivdN5m1NavuSlKpWoLw4fLkxkcuOXDjUEwNSb45hRI4ixcwrcuQtmw== dependencies: tslib "^2.3.0"