diff --git a/package-lock.json b/package-lock.json index 4375d6f..36b81d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "nookies": "^2.5.2", "pusher-js": "^8.4.0-rc2", "react": "^18.3.1", - "react-bootstrap": "^2.10.4", + "react-bootstrap": "^2.10.5", "react-dom": "^18.3.1", "react-error-boundary": "^4.0.13", "react-hot-toast": "^2.4.1", @@ -11649,10 +11649,9 @@ } }, "node_modules/react-bootstrap": { - "version": "2.10.4", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.10.4.tgz", - "integrity": "sha512-W3398nBM2CBfmGP2evneEO3ZZwEMPtHs72q++eNw60uDGDAdiGn0f9yNys91eo7/y8CTF5Ke1C0QO8JFVPU40Q==", - "license": "MIT", + "version": "2.10.5", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.10.5.tgz", + "integrity": "sha512-XueAOEn64RRkZ0s6yzUTdpFtdUXs5L5491QU//8ZcODKJNDLt/r01tNyriZccjgRImH1REynUc9pqjiRMpDLWQ==", "dependencies": { "@babel/runtime": "^7.24.7", "@restart/hooks": "^0.4.9", diff --git a/package.json b/package.json index 4c05267..e1ab185 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "nookies": "^2.5.2", "pusher-js": "^8.4.0-rc2", "react": "^18.3.1", - "react-bootstrap": "^2.10.4", + "react-bootstrap": "^2.10.5", "react-dom": "^18.3.1", "react-error-boundary": "^4.0.13", "react-hot-toast": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index 6d58b65..b183bd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4868,10 +4868,10 @@ queue-microtask@^1.2.2: resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== -react-bootstrap@^2.10.4: - version "2.10.4" - resolved "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.10.4.tgz" - integrity sha512-W3398nBM2CBfmGP2evneEO3ZZwEMPtHs72q++eNw60uDGDAdiGn0f9yNys91eo7/y8CTF5Ke1C0QO8JFVPU40Q== +react-bootstrap@^2.10.5: + version "2.10.5" + resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-2.10.5.tgz#2d3416fb4178d0f460ddafbfcab0aebfbbf1cf25" + integrity sha512-XueAOEn64RRkZ0s6yzUTdpFtdUXs5L5491QU//8ZcODKJNDLt/r01tNyriZccjgRImH1REynUc9pqjiRMpDLWQ== dependencies: "@babel/runtime" "^7.24.7" "@restart/hooks" "^0.4.9"