From 02ff87c79a07adfd46cd640906fca705639ade71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 04:27:05 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /ui-app Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.3.7...v3.4.1) Signed-off-by: dependabot[bot] --- ui-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-app/package.json b/ui-app/package.json index 209f764..dc7af5e 100644 --- a/ui-app/package.json +++ b/ui-app/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "2.3.0", "@angular/platform-browser-dynamic": "2.3.0", "@angular/router": "3.3.0", - "bootstrap": "3.3.7", + "bootstrap": "3.4.1", "core-js": "2.4.1", "jquery": "2.2.4", "rxjs": "5.0.0-rc.4",