From af5b6d77bc213ef222a0f9d21bde40f024737c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 10:19:51 +0000 Subject: [PATCH] Bump bootstrap from 4.1.3 to 4.3.1 in /static Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.3 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.3...v4.3.1) Signed-off-by: dependabot[bot] --- static/package-lock.json | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index 1a1c4dbd..e1314ce4 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -3414,9 +3414,9 @@ "dev": true }, "bootstrap": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz", - "integrity": "sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "bootstrap-select": { "version": "1.13.5", diff --git a/static/package.json b/static/package.json index a2c767a7..2d9fdb47 100644 --- a/static/package.json +++ b/static/package.json @@ -21,7 +21,7 @@ "@fortawesome/fontawesome-free": "^5.12.1", "@material/icon-button": "^5.0.0", "@material/ripple": "^5.0.0", - "bootstrap": "^4.1.3", + "bootstrap": "^4.3.1", "bootstrap-select": "^1.13.5", "chart.js": "^2.9.3", "chartjs-plugin-colorschemes": "^0.4.0",