From 06d6accf1ce43ba98b31a77eb3996f0aa0648b60 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 14 Dec 2018 13:01:59 +0100 Subject: [PATCH] bootstrap 3.4 minor release. Shouldn't affect anything, but will get rid of the vulnerability warning on GitHub (which doesn't affect BinderHub, since we don't display untrusted HTML snippets). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 625483eb4..e8f52d543 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "`BinderHub`", "devDependencies": { - "bootstrap": "^3.3.7", + "bootstrap": "^3.4.0", "clipboard": "^1.7.1", "css-loader": "^0.28.7", "event-source-polyfill": "^0.0.12",