From d1ea5d157de5b5336d553c038a5f5f69326bfcce Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 14 Dec 2018 17:18:59 -0500 Subject: [PATCH] feat(deps): update bootstrap to v3.4.0 (#7106) --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index 1066661465..6d6d1c9e4d 100644 --- a/install/package.json +++ b/install/package.json @@ -36,7 +36,7 @@ "bcryptjs": "2.4.3", "benchpressjs": "^1.2.5", "body-parser": "^1.18.2", - "bootstrap": "^3.3.7", + "bootstrap": "^3.4.0", "bootswatch": "^3", "chart.js": "^2.7.1", "cli-graph": "^3.2.2", @@ -168,4 +168,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}