From aace146bb1558b0d5ca4ee37149d8967f272acc3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 09:27:22 +0000 Subject: [PATCH] Bump bootstrap from 4.3.1 to 4.4.0 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.3.1...v4.4.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2619d5..2d2ebfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -392,9 +392,9 @@ } }, "bootstrap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", - "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.0.tgz", + "integrity": "sha512-dqCYJNs/Fxa3IVQ+v/lC694POCThUjZsA4wwqs8l+yk67B6ww2Ki++WaM6CVGe5+tArBBrknzjjh01/NT5rLjA==" }, "brace-expansion": { "version": "1.1.8", diff --git a/package.json b/package.json index b64d582..aa27255 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "url": "https://github.com/BlackrockDigital/startbootstrap-agency.git" }, "dependencies": { - "bootstrap": "4.3.1", + "bootstrap": "4.4.0", "font-awesome": "4.7.0", "jquery": "3.4.0", "jquery.easing": "^1.4.1"