diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index cea9b6ecbd5a8..2f1730a6565e5 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -13,7 +13,7 @@ "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11", - "@angular/forms": "18.2.11", + "@angular/forms": "20.0.6", "@angular/localize": "18.2.11", "@angular/platform-browser": "18.2.11", "@angular/platform-browser-dynamic": "18.2.11", @@ -879,19 +879,19 @@ } }, "node_modules/@angular/forms": { - "version": "18.2.11", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.11.tgz", - "integrity": "sha512-QjxayOxDTqsTJGBzfWd3nms1LZIXj2f1+wIPxxUNXyNS5ZaM7hBWkz2BTFYeewlD/HdNj0alNVCYK3M8ElLWYw==", + "version": "20.0.6", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-20.0.6.tgz", + "integrity": "sha512-/SZB2g0Nd4zRHTXEnhG9Xnr0BcSPIbKwpanvkiOyyQlh8ab/DxGVoX/y8ovVw7lhxIXS0+cvloKpIbGCVmQHdw==", "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/common": "18.2.11", - "@angular/core": "18.2.11", - "@angular/platform-browser": "18.2.11", + "@angular/common": "20.0.6", + "@angular/core": "20.0.6", + "@angular/platform-browser": "20.0.6", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 4d681cac9d9a1..350f5faf2ea0e 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -46,7 +46,7 @@ "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11", - "@angular/forms": "18.2.11", + "@angular/forms": "20.0.6", "@angular/localize": "18.2.11", "@angular/platform-browser": "18.2.11", "@angular/platform-browser-dynamic": "18.2.11",