From 07cd4026988b0c5772dc5c5cf0bb058511525f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 17:02:48 +0000 Subject: [PATCH] Bump react-bootstrap from 2.1.0 to 2.1.2 Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 2.1.0 to 2.1.2. - [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/v2.1.0...v2.1.2) --- updated-dependencies: - dependency-name: react-bootstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index deae3a2..acc6a56 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint-plugin-react": "^7.17.0", "react": "^17.0.2", "react-audio-player": "^0.17.0", - "react-bootstrap": "^2.1.0", + "react-bootstrap": "^2.1.2", "react-dom": "^17.0.2", "react-hot-loader": "^4.12.18", "react-scripts": "5.0.0", diff --git a/yarn.lock b/yarn.lock index 74fec9d..e30d4b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1384,10 +1384,10 @@ dependencies: dequal "^2.0.2" -"@restart/ui@^0.2.5": - version "0.2.5" - resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-0.2.5.tgz#e94204cbc88a9d13d1d20ce9cdf4713998b7c0fa" - integrity sha512-3dP8pMFickPpvAG5MVQW53HnJl0c17h7MwvI4nNy9QF66sHSYVchudlqlI8eOSaqnmc5YVjGura63vMb9LTNbQ== +"@restart/ui@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@restart/ui/-/ui-1.0.1.tgz#379f8340ab14adc18522731a1be6e32eaa10ef92" + integrity sha512-hLAqltcAjQYtjGuHBHKyPpR3ScTxzdkSYNvniwBfN7rUDbYiHu/UZiI1hvV2idJeUvktRnz29l7W9BnNLHrG6Q== dependencies: "@babel/runtime" "^7.13.16" "@popperjs/core" "^2.10.1" @@ -7246,14 +7246,14 @@ react-audio-player@^0.17.0: dependencies: prop-types "^15.7.2" -react-bootstrap@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.1.0.tgz#53d24c2ede7dca005444e73f96f0c468e8ea3215" - integrity sha512-ZbEq8in6XzoDh4dyrANVwqeqrj1oRqL56unlBYzjsvdWPIaBP/B7qLMHCvnwuzpANwMrh/hSNpIocKn6rvOFIQ== +react-bootstrap@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.1.2.tgz#a81161821c351d5e0eaed5bb85d50659736f2aa4" + integrity sha512-E7PR13cVsEW70gw08BWplENwn6PHTshskOsQygZqyc65jQlsnr9MsmuW/lgzAN2OiMBnc0KaNpuZ/FohL7dchw== dependencies: "@babel/runtime" "^7.14.0" "@restart/hooks" "^0.4.5" - "@restart/ui" "^0.2.5" + "@restart/ui" "^1.0.1" "@types/invariant" "^2.2.33" "@types/prop-types" "^15.7.3" "@types/react" ">=16.14.8"