From 58bc70fa987a98d37617a11a32c0da8fa727cbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 02:02:37 +0000 Subject: [PATCH] Bump bootstrap from 4.0.0 to 4.3.1 in /3-React/confusion Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.0.0...v4.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 3-React/confusion/package.json | 2 +- 3-React/confusion/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/3-React/confusion/package.json b/3-React/confusion/package.json index f68fc09..1dfa99f 100644 --- a/3-React/confusion/package.json +++ b/3-React/confusion/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "bootstrap": "^4.0.0", + "bootstrap": "^4.3.1", "bootstrap-social": "5.1.1", "cross-fetch": "2.1.0", "font-awesome": "4.7.0", diff --git a/3-React/confusion/yarn.lock b/3-React/confusion/yarn.lock index e600c51..e33eaf0 100644 --- a/3-React/confusion/yarn.lock +++ b/3-React/confusion/yarn.lock @@ -2212,10 +2212,10 @@ bootstrap-social@5.1.1: bootstrap "~3" font-awesome "~4.7" -bootstrap@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.0.0.tgz#ceb03842c145fcc1b9b4e15da2a05656ba68469a" - integrity sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA== +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== bootstrap@~3: version "3.4.1"