From dc5d870139bce84a28b7372ccad9f397a83215e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:52:49 +0000 Subject: [PATCH] mgr/dashboard: bump @ngx-formly/bootstrap Bumps [@ngx-formly/bootstrap](https://github.com/ngx-formly/ngx-formly) from 6.1.1 to 6.3.10. - [Release notes](https://github.com/ngx-formly/ngx-formly/releases) - [Changelog](https://github.com/ngx-formly/ngx-formly/blob/main/CHANGELOG.md) - [Commits](https://github.com/ngx-formly/ngx-formly/compare/v6.1.1...v6.3.10) --- updated-dependencies: - dependency-name: "@ngx-formly/bootstrap" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/pybind/mgr/dashboard/frontend/package-lock.json | 10 +++++----- src/pybind/mgr/dashboard/frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/package-lock.json b/src/pybind/mgr/dashboard/frontend/package-lock.json index 08726ef00f259..24dd4c7b7c05f 100644 --- a/src/pybind/mgr/dashboard/frontend/package-lock.json +++ b/src/pybind/mgr/dashboard/frontend/package-lock.json @@ -24,7 +24,7 @@ "@circlon/angular-tree-component": "10.0.0", "@ibm/plex": "6.4.0", "@ng-bootstrap/ng-bootstrap": "14.2.0", - "@ngx-formly/bootstrap": "6.1.1", + "@ngx-formly/bootstrap": "6.3.10", "@ngx-formly/core": "6.1.1", "@popperjs/core": "2.10.2", "@swimlane/ngx-datatable": "18.0.0", @@ -6333,14 +6333,14 @@ } }, "node_modules/@ngx-formly/bootstrap": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@ngx-formly/bootstrap/-/bootstrap-6.1.1.tgz", - "integrity": "sha512-yNzASqUrzvhMndERzoTBCvj1rtsgsmMXiXsqIP7PRJ4AdGtsTZvpxNYZAltdKEgJvc1hS/lDMJdS7IHg2qFN9Q==", + "version": "6.3.10", + "resolved": "https://registry.npmjs.org/@ngx-formly/bootstrap/-/bootstrap-6.3.10.tgz", + "integrity": "sha512-9quy/NSLyns+7bCNPWKsSa2qY+Yibhnyy4NzhqdGj5eLqx0ZKXQobxLLJKawCYKMEJu2cPLmm5l0aBGDOC/hEA==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@ngx-formly/core": "6.1.1", + "@ngx-formly/core": "6.3.10", "bootstrap": "^5.0.0" } }, diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 2856af154fb66..912afae1fe9b5 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -58,7 +58,7 @@ "@circlon/angular-tree-component": "10.0.0", "@ibm/plex": "6.4.0", "@ng-bootstrap/ng-bootstrap": "14.2.0", - "@ngx-formly/bootstrap": "6.1.1", + "@ngx-formly/bootstrap": "6.3.10", "@ngx-formly/core": "6.1.1", "@popperjs/core": "2.10.2", "@swimlane/ngx-datatable": "18.0.0",