Bump @angular/animations from 21.1.0 to 21.1.1 (#2425)

Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 21.1.0 to 21.1.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/v21.1.1/packages/animations)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-01-22 21:24:34 +00:00 committed by GitHub
parent 402e41ea7d
commit 74c333554e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -20,7 +20,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "21.1.1",
"@angular/animations": "21.1.0",
"@angular/animations": "21.1.1",
"@angular/cli": "21.1.1",
"@angular/common": "21.1.0",
"@angular/compiler": "21.1.1",
@ -925,9 +925,9 @@
}
},
"node_modules/@angular/animations": {
"version": "21.1.0",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.0.tgz",
"integrity": "sha512-RTpRdWhwz1PsMJC8NuuYIKCgMFP9EyxOrSaI0bpCLIGtXCfmvvHiU2FkBksV86MqYOf+wurKATb71QcfGrV3Hg==",
"version": "21.1.1",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.1.tgz",
"integrity": "sha512-OQRyNbFBCkuihdCegrpN/Np5YQ7uV9if48LAoXxT68tYhK3S/Qbyx2MzJpOMFEFNfpjXRg1BZr8hVcZVFnArpg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -937,7 +937,7 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"peerDependencies": {
"@angular/core": "21.1.0"
"@angular/core": "21.1.1"
}
},
"node_modules/@angular/cli": {

View File

@ -68,7 +68,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "21.1.1",
"@angular/animations": "21.1.0",
"@angular/animations": "21.1.1",
"@angular/cli": "21.1.1",
"@angular/common": "21.1.0",
"@angular/compiler": "21.1.1",