From 697124b025b67d9b8819ec2d87c0093c933313d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:08:56 +0000 Subject: [PATCH] dependabot-npm(deps): bump react-bootstrap from 2.10.8 to 2.10.9 Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 2.10.8 to 2.10.9. - [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.10.8...v2.10.9) --- updated-dependencies: - dependency-name: react-bootstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a49beb2..f756168 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "bootstrap": "^5.3.3", "next": "^15.1.6", "react": "^19.0.0", - "react-bootstrap": "^2.10.8", + "react-bootstrap": "^2.10.9", "react-dom": "^19.0.0", "typescript": "^5.7.3" }, @@ -996,9 +996,9 @@ } }, "node_modules/@restart/ui": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.9.3.tgz", - "integrity": "sha512-2QwCC42ISRAu7nafKeO4khG1F65Xfu2n+cwQT30Ck5bxszKDXuT2AZMDIX2auXxHRednG2ynr8ffSA1fRrkOGg==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.9.4.tgz", + "integrity": "sha512-N4C7haUc3vn4LTwVUPlkJN8Ach/+yIMvRuTVIhjilNHqegY60SGLrzud6errOMNJwSnmYFnt1J0H/k8FE3A4KA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.26.0", @@ -2180,14 +2180,14 @@ } }, "node_modules/react-bootstrap": { - "version": "2.10.8", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.10.8.tgz", - "integrity": "sha512-Vw1B2QfGGsrcBge0HQt8rjhnw2syFbtlPQXl/50k/bAnA4Jwi9+Bd4aYYTa68oyBB2KXMtDbGy2oMGl7eSet9A==", + "version": "2.10.9", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.10.9.tgz", + "integrity": "sha512-TJUCuHcxdgYpOqeWmRApM/Dy0+hVsxNRFvq2aRFQuxhNi/+ivOxC5OdWIeHS3agxvzJ4Ev4nDw2ZdBl9ymd/JQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.24.7", "@restart/hooks": "^0.4.9", - "@restart/ui": "^1.9.3", + "@restart/ui": "^1.9.4", "@types/prop-types": "^15.7.12", "@types/react-transition-group": "^4.4.6", "classnames": "^2.3.2", diff --git a/package.json b/package.json index a6ccd57..71fe409 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bootstrap": "^5.3.3", "next": "^15.1.6", "react": "^19.0.0", - "react-bootstrap": "^2.10.8", + "react-bootstrap": "^2.10.9", "react-dom": "^19.0.0", "typescript": "^5.7.3" },