From 170fad29e9897be8e438674e943829d1eaf6cd52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 14:42:34 +0000 Subject: [PATCH] Bump @angular/animations from 20.3.9 to 21.0.1 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 20.3.9 to 21.0.1. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/21.0.1/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 21.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 451530d..9efc2d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "license": "MIT", "dependencies": { - "@angular/animations": "^20.3.9", + "@angular/animations": "^21.0.3", "@angular/cdk": "^20.2.11", "@angular/common": "^20.3.9", "@angular/compiler": "^20.3.9", @@ -714,9 +714,9 @@ } }, "node_modules/@angular/animations": { - "version": "20.3.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.9.tgz", - "integrity": "sha512-ckpRdtRV16u96ULipXTF0ZTMSe3kBZL7+Q6OYi2AsNPlrO4CUhdM8XWH0CE2lZVDkg7XNstjswfikeH8UaQVTw==", + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.0.3.tgz", + "integrity": "sha512-iuf/ss/8nabJg4QgEVBQQ0LAiyjo+XYUjxcuvvUELKLVw6xc2W+3p4gsWJsBjyGeaYUfFtIg9atArzlt/XFU7g==", "license": "MIT", "peer": true, "dependencies": { @@ -726,7 +726,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.9" + "@angular/core": "21.0.3" } }, "node_modules/@angular/cdk": { @@ -780,9 +780,9 @@ } }, "node_modules/@angular/common": { - "version": "20.3.14", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.14.tgz", - "integrity": "sha512-OOUvjTtnpktJLsNupA+GFT2q5zNocPdpOENA8aSrXvAheNybLjgi+otO3U3sQsvB1VwaoEZ9GT5O3lZlstnA/A==", + "version": "20.3.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.9.tgz", + "integrity": "sha512-PgKEnv30TxvpfTJ3d4h5LEjUHpKSYcs3Rc4OvK7p5A7waBkXzfqCBmy54nomzfcf4dlEjb6wSoXxlJbR7Y34Iw==", "license": "MIT", "peer": true, "dependencies": { @@ -792,7 +792,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.14", + "@angular/core": "20.3.9", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 3a2d150..5ae2eb4 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "depcheck": "npx npm-check --update" }, "dependencies": { - "@angular/animations": "^20.3.9", + "@angular/animations": "^21.0.3", "@angular/cdk": "^20.2.11", "@angular/common": "^20.3.9", "@angular/compiler": "^20.3.9",