From 97b5b5a1a63bcefa01e041d78d385386a6c2f4a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:20:56 +0000 Subject: [PATCH] build(deps): bump react-select from 5.9.0 to 5.10.0 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.9.0 to 5.10.0. - [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.9.0...react-select@5.10.0) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a8bf1e..89099b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-kofi": "0.0.2", - "react-select": "^5.9.0", + "react-select": "^5.10.0", "react-toastify": "10.0.6" }, "devDependencies": { @@ -17244,9 +17244,10 @@ } }, "node_modules/react-select": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.9.0.tgz", - "integrity": "sha512-nwRKGanVHGjdccsnzhFte/PULziueZxGD8LL2WojON78Mvnq7LdAMEtu2frrwld1fr3geixg3iiMBIc/LLAZpw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.10.0.tgz", + "integrity": "sha512-k96gw+i6N3ExgDwPIg0lUPmexl1ygPe6u5BdQFNBhkpbwroIgCNXdubtIzHfThYXYYTubwOBafoMnn7ruEP1xA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index a1f72d2..bfb5745 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-kofi": "0.0.2", - "react-select": "^5.9.0", + "react-select": "^5.10.0", "react-toastify": "10.0.6" }, "devDependencies": {