From 8cf84e0c4b6277e2b360bc727ecd5e312d49c2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:42:28 +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.8. - [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.8) --- 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..8a13b4c5573e7 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.8", "@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.8", + "resolved": "https://registry.npmjs.org/@ngx-formly/bootstrap/-/bootstrap-6.3.8.tgz", + "integrity": "sha512-Cs3XhEJTdL9UljtmQi3eLpfCQMunIubE7jv2yZyw/NjpP0ypPczouovbJl1Ml1aUtpzvkKt9Hju7scspgJJ9Pw==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@ngx-formly/core": "6.1.1", + "@ngx-formly/core": "6.3.8", "bootstrap": "^5.0.0" } }, diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 2856af154fb66..d510cf375b7d6 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.8", "@ngx-formly/core": "6.1.1", "@popperjs/core": "2.10.2", "@swimlane/ngx-datatable": "18.0.0",