From 0248c4e2bbc5edf2fb3e3c82492f4cbce25b1e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 06:00:54 +0000 Subject: [PATCH] Bump bootstrap from 3.3.5 to 3.4.1 in /themes/www Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.5 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.3.5...v3.4.1) Signed-off-by: dependabot[bot] --- themes/www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/www/package.json b/themes/www/package.json index 6ecc0c6..dd32728 100644 --- a/themes/www/package.json +++ b/themes/www/package.json @@ -18,7 +18,7 @@ "moment-timezone": "latest" }, "dependencies": { - "bootstrap": "3.3.5", + "bootstrap": "3.4.1", "moment": "^2.24.0", "moment-timezone": "^0.5.27" }