From c236e99fd0a6e71129509646aaf5ed2bb31176db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:02:15 +0000 Subject: [PATCH] Bump react-bootstrap from 2.9.1 to 2.10.1 in /client Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 2.9.1 to 2.10.1. - [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.1) --- 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..a9a9ff651 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.1", "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..f38497c05 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.1: + version "2.10.1" + resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.10.1.tgz#48ee28fcd7973ddc0d0ce2161a918785fba4ab2c" + integrity sha512-J3OpRZIvCTQK+Tg/jOkRUvpYLHMdGeU9KqFUBQrV0d/Qr/3nsINpiOJyZMWnM5SJ3ctZdhPA6eCIKpEJR3Ellg== dependencies: "@babel/runtime" "^7.22.5" "@restart/hooks" "^0.4.9"