From 41c9a7c4650f662eeef547fdb447cdc064e843fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 09:08:41 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /ClientApp 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] --- ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClientApp/package.json b/ClientApp/package.json index 5c7f6ab..24f6050 100644 --- a/ClientApp/package.json +++ b/ClientApp/package.json @@ -25,7 +25,7 @@ "@types/jquery": "^3.3.30", "@types/signalr": "^2.2.35", "aspnet-prerendering": "^3.0.1", - "bootstrap": "3.3.7", + "bootstrap": "3.4.1", "core-js": "^2.4.1", "jquery": "^3.4.1", "ngx-bootstrap": "2.0.5",