From 7f7067c722ec519ce933befff81a5193694a7cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 13:56:42 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /API 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] --- API/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/package.json b/API/package.json index 3dee25e..566c91f 100644 --- a/API/package.json +++ b/API/package.json @@ -30,6 +30,6 @@ "twilio": "latest", "socket.io": "latest", "jquery": "latest", - "bootstrap": "3.3.7" + "bootstrap": "3.4.1" } }