From 5ee60e62d97ae948fe1dafd22695f14300f5c92a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 07:51:18 +0000 Subject: [PATCH] Bump bootstrap from 4.2.1 to 4.3.1 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.2.1...v4.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 728ff29..d1facbe 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "axios": "^0.21", - "bootstrap": "^4.0.0", + "bootstrap": "^4.3.1", "cross-env": "^5.1", "jquery": "^3.2", "laravel-mix": "^4.0.7", diff --git a/yarn.lock b/yarn.lock index ce1dabb..8b1706f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -995,9 +995,9 @@ boolbase@^1.0.0, boolbase@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" -bootstrap@^4.0.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.2.1.tgz#8f8bdca024dbf0e8644da32e918c8a03a90a5757" +bootstrap@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac" brace-expansion@^1.1.7: version "1.1.11"