From 945684e93c7b692a188bd9bbce7c7928ab9dde96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 10:31:45 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /site/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] --- site/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/app/package.json b/site/app/package.json index af9ebaf..3fe2fd8 100644 --- a/site/app/package.json +++ b/site/app/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "alertifyjs": "^1.8.0", - "bootstrap": "~3.3.6", + "bootstrap": "~3.4.1", "bootstrap-datepicker": "^1.6.4", "datatables.net": "~1.10.11", "datatables.net-bs": "~1.10.11",