From 30fa99859e8361549019de3e1e0319f2bcb2eada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 04:15:28 +0000 Subject: [PATCH] mgr/dashboard: bump @angular/animations Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.2.11 to 20.1.7. - [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.1.7/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.1.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/pybind/mgr/dashboard/frontend/package-lock.json | 13 +++++++------ src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 74d99510fe6f8..a006ea3db312f 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@angular/animations": "18.2.11", + "@angular/animations": "20.1.7", "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11", @@ -576,18 +576,19 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.11", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.11.tgz", - "integrity": "sha512-ghgXa2VhtyJJnTMuH2NYxCMsveQbZno44AZGygPqrcW8UQMQe9GulFaTXCH5s6/so2CLy2ZviIwSZQRgK0ZlDw==", + "version": "20.1.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.1.7.tgz", + "integrity": "sha512-ykzx6cKqGkKbtE2CbHBukIgM2Wk8+BmYTEqwRZRVqskxbIGvEuLmLJrvmwpqqvo4MypgvbLEtJyviSCYQkZYvA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "18.2.11" + "@angular/common": "20.1.7", + "@angular/core": "20.1.7" } }, "node_modules/@angular/build": { diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 0838725e86d05..dfa16a12b2fa2 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -39,7 +39,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "18.2.11", + "@angular/animations": "20.1.7", "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11",