From 8ca6b2d02fab5c469988e0165d382e5aaf0e3cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:24:05 +0000 Subject: [PATCH] mgr/dashboard: bump @angular/animations Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 15.2.9 to 20.3.3. - [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.3/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.3.3 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 f2d4bbf06fac6..e0e0eae7f6a6e 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@angular/animations": "15.2.9", + "@angular/animations": "20.3.3", "@angular/common": "15.2.9", "@angular/compiler": "15.2.9", "@angular/core": "15.2.9", @@ -781,17 +781,18 @@ } }, "node_modules/@angular/animations": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.9.tgz", - "integrity": "sha512-GQujLhI0cQFcl4Q8y0oSYKSRnW23GIeSL+Arl4eFufziJ9hGAAQNuesaNs/7i+9UlTHDMkPH3kd5ScXuYYz6wg==", + "version": "20.3.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.3.tgz", + "integrity": "sha512-nXpe1sAhMbQm4VTKhnP/zL2w5s2Kxjr9bZ7krOSTtyO9Wxjhd7oJN4mgCVRa80oEMheiDTmanPaMFLEN0pzang==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "15.2.9" + "@angular/core": "20.3.3" } }, "node_modules/@angular/cli": { diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 7443f42ea6a9b..c9d139333c418 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -44,7 +44,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "15.2.9", + "@angular/animations": "20.3.3", "@angular/common": "15.2.9", "@angular/compiler": "15.2.9", "@angular/core": "15.2.9",