diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 7aa78eceb4734..a822583693177 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.13", "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11", @@ -771,8 +771,10 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.11", - "integrity": "sha512-ghgXa2VhtyJJnTMuH2NYxCMsveQbZno44AZGygPqrcW8UQMQe9GulFaTXCH5s6/so2CLy2ZviIwSZQRgK0ZlDw==", + "version": "19.2.13", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.13.tgz", + "integrity": "sha512-x9LYcSndY9BdwuRxTx0gXvlLrvJyzjnWoaIoVLrAZWZbKfQh2+HK4XkclbzNvn8RMeoBpZZatcC3ZBC1TffjtA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -780,7 +782,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.11" + "@angular/common": "19.2.13", + "@angular/core": "19.2.13" } }, "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..8abd0191ced2a 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.13", "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11",