From 3beb404cc48608160c9fcf0ff57342ea8d177846 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 20:31:25 +0000 Subject: [PATCH] Bump react-bootstrap from 1.3.0 to 1.4.0 Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases) - [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-bootstrap/react-bootstrap/compare/v1.3.0...v1.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4778738..af008ba 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "isomorphic-unfetch": "^3.0.0", "next": "^9.5.1", "react": "^16.13.1", - "react-bootstrap": "^1.3.0", + "react-bootstrap": "^1.4.0", "react-dom": "^16.13.1", "react-feather": "^2.0.8", "react-markdown": "^4.3.1", diff --git a/yarn.lock b/yarn.lock index 042722f..d79f15a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4706,10 +4706,10 @@ randomfill@^1.0.3: randombytes "^2.0.5" safe-buffer "^5.1.0" -react-bootstrap@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.3.0.tgz#d9dde4ad554e9cd21d1465e8b5e5ef6679cae6a1" - integrity sha512-GYj0c6FO9mx7DaO8Xyz2zs0IcQ6CGCtM3O6/feIoCaG4N8B0+l4eqL7stlMcLpqO4d8NG2PoMO/AbUOD+MO7mg== +react-bootstrap@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.4.0.tgz#806a8b48b065cedfb28c6c5c7b0c0e3c3b53445d" + integrity sha512-0BMzgeUAxH126v7VYDzIXbHxQVHSnniPVKpz9fblumdQpWaiElMnnzk+u8h8DoELX0nCXwPlcUzgXqmpncdc2Q== dependencies: "@babel/runtime" "^7.4.2" "@restart/context" "^2.1.4"