From 66a01f46df5364e12e25d67f02085309e6ad4917 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 20:14:18 +0000 Subject: [PATCH 1/2] fix(package): update ngx-bootstrap to version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 544c81a..904bd9e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "font-awesome": "^4.7.0", "jquery": "^3.2.1", "ng2-charts": "^2.0.0", - "ngx-bootstrap": "^4.0.0", + "ngx-bootstrap": "^5.0.0", "popper.js": "^1.14.3", "rxjs": "~6.3.3", "tslib": "^1.9.0", From 11aaa961ca93559429b6f45ebde50588d9b27e73 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 20:14:27 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index c142439..ce503ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4831,10 +4831,10 @@ ng2-charts@^2.0.0: lodash "^4.17.11" tslib "^1.9.0" -ngx-bootstrap@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/ngx-bootstrap/-/ngx-bootstrap-4.0.0.tgz#1faab7d93a66aed1a49ec5c20c8591cfafd41c38" - integrity sha512-xSCurp1pmv7GkictBow53VFmeEoSvobJ/+Js8f2lYbOPSRjmkkBazZsUC52MKWZ/3Dl81LSvrRTsXPFTuvu6Jw== +ngx-bootstrap@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/ngx-bootstrap/-/ngx-bootstrap-5.0.0.tgz#f5d8b2428b00f343931a77a65b5f61a943899e45" + integrity sha512-5TTFP9s3wfiRychGcdyvpCvvxtxW1Nf2Dqmk2YBzuIhHHLT6gRq1Fsic4lYrtAUwmy0PSLhOY/XW/saYKlrSJw== nice-try@^1.0.4: version "1.0.5"