From 6b850d73a73e00bb0a41379eb4399f1b1b039710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 03:35:32 +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 19.2.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/19.2.9/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 19.2.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/pybind/mgr/dashboard/frontend/package-lock.json | 11 +++++++---- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 6bd1c6035e5fb..64eb740044d30 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": "19.2.9", "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11", @@ -772,8 +772,10 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.11", - "integrity": "sha512-ghgXa2VhtyJJnTMuH2NYxCMsveQbZno44AZGygPqrcW8UQMQe9GulFaTXCH5s6/so2CLy2ZviIwSZQRgK0ZlDw==", + "version": "19.2.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.9.tgz", + "integrity": "sha512-Xg/JD8GyeUpBwno51iuK/iJnbSVc6A+THyP+2ScNVdWFdLyuCiEr9EbIHdeGDnhK1f/MVjRKbkrN6OElkxCx8A==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -781,7 +783,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.11" + "@angular/common": "19.2.9", + "@angular/core": "19.2.9" } }, "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 eadafeaec02cd..363a11a287cd4 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": "19.2.9", "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11",