From bdbfc3fa03f885d278413a8685c10e688bbadcd7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 23:42:12 +0000 Subject: [PATCH] [Security] Bump bootstrap from 4.1.2 to 4.3.1 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.2 to 4.3.1. **This update includes a security fix.** - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.2...v4.3.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a7eafa4..ddfff3cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1627,9 +1627,9 @@ "dev": true }, "bootstrap": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.2.tgz", - "integrity": "sha512-3bP609EdMc/8EwgGp8KgpN8HwnR4V4lZ9CTi5pImMrXNxpkw7dK1B05aMwQWpG1ZWmTLlBSN/uzkuz5GsmQNFA==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" }, "bootstrap-datetimepicker-npm": { "version": "4.17.37-npm", diff --git a/package.json b/package.json index 48f17c4d..8ee24f74 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "webpack-rtl-plugin": "^2.0.0" }, "dependencies": { - "bootstrap": "^4.1.2", + "bootstrap": "^4.3.1", "bootstrap-datetimepicker-npm": "^4.17.37-npm", "datatables.net": "^1.10.15", "datatables.net-buttons": "^1.5.6", diff --git a/yarn.lock b/yarn.lock index dad0910d..7908f292 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1145,10 +1145,10 @@ bootstrap@^3.3: version "3.3.7" resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.3.7.tgz#5a389394549f23330875a3b150656574f8a9eb71" -bootstrap@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.2.tgz#aee2a93472e61c471fc79fb475531dcbc87de326" - integrity sha512-3bP609EdMc/8EwgGp8KgpN8HwnR4V4lZ9CTi5pImMrXNxpkw7dK1B05aMwQWpG1ZWmTLlBSN/uzkuz5GsmQNFA== +bootstrap@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac" + integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag== brace-expansion@^1.1.7: version "1.1.11"