diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 74d99510fe6f8..47a2e7d46592b 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.1.7", "@angular/localize": "18.2.11", "@angular/platform-browser": "18.2.11", "@angular/platform-browser-dynamic": "18.2.11", @@ -910,20 +910,20 @@ } }, "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.1.7", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-20.1.7.tgz", + "integrity": "sha512-gHfCeW7gp7GLjHfNOF+es8gAYph4+ZhgfvP9cdj9RmRy7ckQTuJ2OwrWmruqRcrB3J46uqENQyrNhJz0ubozYA==", "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/common": "18.2.11", - "@angular/core": "18.2.11", - "@angular/platform-browser": "18.2.11", + "@angular/common": "20.1.7", + "@angular/core": "20.1.7", + "@angular/platform-browser": "20.1.7", "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 0838725e86d05..4013d896def2a 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -43,7 +43,7 @@ "@angular/common": "18.2.11", "@angular/compiler": "18.2.11", "@angular/core": "18.2.11", - "@angular/forms": "18.2.11", + "@angular/forms": "20.1.7", "@angular/localize": "18.2.11", "@angular/platform-browser": "18.2.11", "@angular/platform-browser-dynamic": "18.2.11",