From 2b8c6d5b30b8c2da5027c5883c2e4578a6e4daf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 02:00:49 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7 to 3.4.1 in /example 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] --- example/package.json | 2 +- example/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package.json b/example/package.json index dedd500f..1836af04 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ "react-scripts": "1.1.2" }, "dependencies": { - "bootstrap": "3.3.7", + "bootstrap": "3.4.1", "react": "16.5.0", "react-bootstrap": "0.31.3", "react-dom": "16.5.0", diff --git a/example/yarn.lock b/example/yarn.lock index 7139e0c1..03e061a2 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1071,9 +1071,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" boxen@^0.6.0: version "0.6.0"