From 71476ec63aab93b982ba6e9da12e8af84230d798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:32:07 +0000 Subject: [PATCH] build(deps): bump @angular/animations from 20.0.5 to 20.3.9 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 20.0.5 to 20.3.9. - [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/20.3.9/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.3.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f838f042..63fcc8c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "angular-shepherd", "dependencies": { - "@angular/animations": "^20.0.5", + "@angular/animations": "^21.0.1", "@angular/common": "^20.0.5", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5", @@ -572,7 +572,6 @@ "integrity": "sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "esbuild": "^0.25.0", "fdir": "^6.4.6", @@ -1162,9 +1161,9 @@ } }, "node_modules/@angular/animations": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.0.5.tgz", - "integrity": "sha512-v8dzr2tnju7Sa7XUhMY6yTJpRV3isMqP3mnOjrul2kkEY870a1tZ7VI7xp0qTx36086/+nzXAvOvOItmRkUaaQ==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.0.1.tgz", + "integrity": "sha512-P7i/jpNnzXwo0vHEG0cDXYojwTz0WQlXJHrmOJzLVveyfcFwgXYXJxhGGUI2+k21YrlJTKkR/4QZTEJ0GP0f8Q==", "license": "MIT", "peer": true, "dependencies": { @@ -1174,8 +1173,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.0.5", - "@angular/core": "20.0.5" + "@angular/core": "21.0.1" } }, "node_modules/@angular/cli": { @@ -10296,9 +10294,9 @@ } }, "node_modules/detect-libc": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", - "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "dev": true, "license": "Apache-2.0", "optional": true, diff --git a/package.json b/package.json index 6e52cf47..9452f08f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "ng test" }, "dependencies": { - "@angular/animations": "^20.0.5", + "@angular/animations": "^21.0.1", "@angular/common": "^20.0.5", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5",