From 83aa37899db0e3e054d28d64a940303b4d8134ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 16:12:57 +0000 Subject: [PATCH] chore(deps): bump react-select from 5.10.1 to 5.10.2 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.10.1...react-select@5.10.2) --- updated-dependencies: - dependency-name: react-select dependency-version: 5.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8ee28d..6c97d51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "react-media-recorder-2": "^1.6.23", "react-multi-carousel": "^2.8.6", "react-router-dom": "^7.6.3", - "react-select": "^5.10.1", + "react-select": "^5.10.2", "react-split": "^2.0.14", "react-toastify": "^11.0.5", "react-webcam": "^7.2.0", @@ -10839,9 +10839,9 @@ } }, "node_modules/react-select": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.10.1.tgz", - "integrity": "sha512-roPEZUL4aRZDx6DcsD+ZNreVl+fM8VsKn0Wtex1v4IazH60ILp5xhdlp464IsEAlJdXeD+BhDAFsBVMfvLQueA==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.10.2.tgz", + "integrity": "sha512-Z33nHdEFWq9tfnfVXaiM12rbJmk+QjFEztWLtmXqQhz6Al4UZZ9xc0wiatmGtUOCCnHN0WizL3tCMYRENX4rVQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.0", diff --git a/package.json b/package.json index 4c7165a..70096d2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-media-recorder-2": "^1.6.23", "react-multi-carousel": "^2.8.6", "react-router-dom": "^7.6.3", - "react-select": "^5.10.1", + "react-select": "^5.10.2", "react-split": "^2.0.14", "react-toastify": "^11.0.5", "react-webcam": "^7.2.0",