From 411cc85eb51c63127204aaccc7ea6cb0d3b2bef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 03:11:38 +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.0.0. - [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.0.0/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.0.0 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, 9 insertions(+), 6 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 7aa78eceb4734..8595f02ccc81b 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.0.0", "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11", @@ -771,16 +771,19 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.11", - "integrity": "sha512-ghgXa2VhtyJJnTMuH2NYxCMsveQbZno44AZGygPqrcW8UQMQe9GulFaTXCH5s6/so2CLy2ZviIwSZQRgK0ZlDw==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.0.0.tgz", + "integrity": "sha512-yU4hUH6AheY0dnMSaLRMfgnXhg/JUSUvrhE+lHzIiSKdEf0lyo1Ri6bkPD1CbamxZ94BqhRNCApvbvTbibGICQ==", + "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.0.0", + "@angular/core": "20.0.0" } }, "node_modules/@angular/animations/node_modules/tslib": { diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 6e816f7685504..6c4b7c7be2b2d 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -42,7 +42,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "18.2.11", + "@angular/animations": "20.0.0", "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11",