From c06b4827582fffca5855471afeaef0628935b6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 06:42:48 +0000 Subject: [PATCH] Bump ngx-bootstrap from 11.0.2 to 12.0.0 Bumps [ngx-bootstrap](https://github.com/valor-software/ngx-bootstrap) from 11.0.2 to 12.0.0. - [Release notes](https://github.com/valor-software/ngx-bootstrap/releases) - [Changelog](https://github.com/valor-software/ngx-bootstrap/blob/development/CHANGELOG.md) - [Commits](https://github.com/valor-software/ngx-bootstrap/compare/v11.0.2...v12.0.0) --- updated-dependencies: - dependency-name: ngx-bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cumulocity-node-red-ui/package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cumulocity-node-red-ui/package.json b/cumulocity-node-red-ui/package.json index bd54ba6..bfdd62c 100644 --- a/cumulocity-node-red-ui/package.json +++ b/cumulocity-node-red-ui/package.json @@ -26,7 +26,7 @@ "@c8y/ngx-components": "1019.23.8", "@c8y/style": "1019.23.8", "@c8y/websdk": "1019.23.8", - "ngx-bootstrap": "11.0.2", + "ngx-bootstrap": "12.0.0", "rxjs": "^7.4.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" diff --git a/yarn.lock b/yarn.lock index 8bce49f..72cd382 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6537,6 +6537,13 @@ ngx-bootstrap@11.0.2: dependencies: tslib "^2.3.0" +ngx-bootstrap@12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/ngx-bootstrap/-/ngx-bootstrap-12.0.0.tgz#fc1c7f74aef3d098cf5ca458121e28d3790eedff" + integrity sha512-6/Hs+FT6peMc+Y2uiOm3IawG06Jh3gLQwwKRBF0U1OMlRbpx4KIyHS9GpZtMevtZaBsCRNfHKiSxwsnvn9wx0Q== + dependencies: + tslib "^2.3.0" + nice-napi@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz"