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",