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"