From 52dd7fcd18fea6aeaaa3a6fff26eba341b0d81cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:23:31 +0000 Subject: [PATCH] Bump react-select from 5.9.0 to 5.10.0 in /client 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] --- 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 4be77d356..a53053c29 100644 --- a/client/package.json +++ b/client/package.json @@ -35,7 +35,7 @@ "react-md-spinner": "^1.0.0", "react-mde": "^11.0.0", "react-router-dom": "^5.2.0", - "react-select": "^5.9.0", + "react-select": "^5.10.0", "react-tooltip": "^5.28.0", "recharts": "^2.15.0", "scroll-into-view": "^1.15.0", diff --git a/client/yarn.lock b/client/yarn.lock index be36852ce..a92d06369 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -8661,10 +8661,10 @@ react-scripts@^5.0.1: optionalDependencies: fsevents "^2.3.2" -react-select@^5.9.0: - version "5.9.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.9.0.tgz#41325b7bfe8452a8d401b82fc4fb7d44a03e29c5" - integrity sha512-nwRKGanVHGjdccsnzhFte/PULziueZxGD8LL2WojON78Mvnq7LdAMEtu2frrwld1fr3geixg3iiMBIc/LLAZpw== +react-select@^5.10.0: + version "5.10.0" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.10.0.tgz#9b5f4544cfecdfc744184b87651468ee0fb6e172" + integrity sha512-k96gw+i6N3ExgDwPIg0lUPmexl1ygPe6u5BdQFNBhkpbwroIgCNXdubtIzHfThYXYYTubwOBafoMnn7ruEP1xA== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0"