From a9d7011d88b6e27274bf949a51949a94cf789de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:00:45 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /client 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] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c4eb321d..a6b02510 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -3079,9 +3079,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz", - "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz", + "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==" }, "boxen": { "version": "1.3.0", diff --git a/client/package.json b/client/package.json index 46a3ffe0..276202fa 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "@okta/okta-auth-js": "^2.6.3", "@okta/okta-react": "^1.2.0", "axios": "^0.19.0", - "bootstrap": "3.3.7", + "bootstrap": "3.4.1", "chartist": "0.10.1", "node-sass": "4.12.0", "react": "16.8.6",