From 7d58e796416a361f7ec2c4748e2bb8acca78279c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:51:10 +0000 Subject: [PATCH] Bump react-bootstrap from 2.9.1 to 2.10.0 in /client Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 2.9.1 to 2.10.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/v2.9.1...v2.10.0) --- updated-dependencies: - dependency-name: react-bootstrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 0bed64415..6cd46d2cf 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "bootstrap": "^4.6.0", "lodash": "^4.17.21", "react": "^18.2.0", - "react-bootstrap": "^2.9.1", + "react-bootstrap": "^2.10.0", "react-dom": "^18.2.0", "react-icons": "^4.12.0", "react-redux": "^9.0.4", diff --git a/client/yarn.lock b/client/yarn.lock index 54f50a603..28a924af8 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -8510,10 +8510,10 @@ react-app-polyfill@^3.0.0: regenerator-runtime "^0.13.9" whatwg-fetch "^3.6.2" -react-bootstrap@^2.9.1: - version "2.9.1" - resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.9.1.tgz#c1ab48ae2b2cfe6d5ac957c2042eb36fcafdb1d2" - integrity sha512-ezgmh/ARCYp18LbZEqPp0ppvy+ytCmycDORqc8vXSKYV3cer4VH7OReV8uMOoKXmYzivJTxgzGHalGrHamryHA== +react-bootstrap@^2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.10.0.tgz#0d9a003dc32cc5d9df972f1e581285d56e93c1d7" + integrity sha512-87gRP69VAfeU2yKgp8RI3HvzhPNrnYIV2QNranYXataz3ef+k7OhvKGGdxQLQfUsQ2RTmlY66tn4pdFrZ94hNg== dependencies: "@babel/runtime" "^7.22.5" "@restart/hooks" "^0.4.9"