From 893ec08f333e84a8b78d52dbcaf8b9f99e4ea695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 02:08:21 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /client Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.3.7...v3.4.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 4a02cef..606509e 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "redux-devtools-extension": "^2.13.0" }, "dependencies": { - "bootstrap": "^3.3.7", + "bootstrap": "^3.4.1", "immutability-helper": "^2.1.2", "jquery": "^3.2.1", "react": "^15.4.2", diff --git a/client/yarn.lock b/client/yarn.lock index 78d3183..ad334f5 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1044,9 +1044,9 @@ boom@2.x.x: dependencies: hoek "2.x.x" -bootstrap@^3.3.7: - version "3.3.7" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.3.7.tgz#5a389394549f23330875a3b150656574f8a9eb71" +bootstrap@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72" brace-expansion@^1.0.0: version "1.1.6"