From 13c424bad2fcfc62b3309ac60859a5418a9fa473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 00:35:44 +0000 Subject: [PATCH] Bump bootstrap from 3.4.1 to 4.4.1 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.1 to 4.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.1...v4.4.1) Signed-off-by: dependabot[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 eaca06e..47903ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -467,9 +467,9 @@ } }, "bootstrap": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", - "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==" + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", + "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==" }, "brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index a1ae2aa..9ce53c8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-plugin-react": "^7.16.0" }, "dependencies": { - "bootstrap": "^3.4.1", + "bootstrap": "^4.4.1", "browserify": "^16.5.0", "flux": "^3.1.3", "gulp": "^4.0.2",