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"