diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index f3e393d852345..4765fe9299ce9 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "15.2.9", "@angular/common": "15.2.9", - "@angular/compiler": "15.2.9", + "@angular/compiler": "17.3.7", "@angular/core": "15.2.9", "@angular/forms": "15.2.9", "@angular/localize": "15.2.9", @@ -918,17 +918,17 @@ } }, "node_modules/@angular/compiler": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.9.tgz", - "integrity": "sha512-MoKugbjk+E0wRBj12uvIyDLELlVLonnqjA2+XiF+7FxALIeyds3/qQeEoMmYIqAbN3NnTT5pV92RxWwG4tHFwA==", + "version": "17.3.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.7.tgz", + "integrity": "sha512-AlKiqPoxnrpQ0hn13fIaQPSVodaVAIjBW4vpFyuKFqs2LBKg6iolwZ21s8rEI0KR2gXl+8ugj0/UZ6YADiVM5w==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "15.2.9" + "@angular/core": "17.3.7" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index f72dbdbe4125b..dddf4001674bc 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -46,7 +46,7 @@ "dependencies": { "@angular/animations": "15.2.9", "@angular/common": "15.2.9", - "@angular/compiler": "15.2.9", + "@angular/compiler": "17.3.7", "@angular/core": "15.2.9", "@angular/forms": "15.2.9", "@angular/localize": "15.2.9",