From f542af0824f41947904ad3a2abce4e75e748639f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:35:19 -0400 Subject: [PATCH] Bump react-select from 5.5.7 to 5.5.9 (#6498) Bumps [react-select](https://github.com/JedWatson/react-select) from 5.5.7 to 5.5.9. - [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.5.7...react-select@5.5.9) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b566886313..b17aa37daa 100644 --- a/package.json +++ b/package.json @@ -410,7 +410,7 @@ "react-refresh": "^0.14.0", "react-refresh-typescript": "^2.0.7", "react-router-dom": "^5.3.4", - "react-select": "^5.5.7", + "react-select": "^5.5.9", "react-select-event": "^5.5.1", "react-table": "^7.8.0", "react-window": "^1.8.8", diff --git a/yarn.lock b/yarn.lock index ac0f324562..aa3b8a2629 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10530,10 +10530,10 @@ react-select-event@^5.5.1: dependencies: "@testing-library/dom" ">=7" -react-select@^5.5.7: - version "5.5.7" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.5.7.tgz#87760030e6377a7ae3d0b1e419190af175ec2a0e" - integrity sha512-izQBXNhTPqXDw4gxzTbc9aLII4tCJ2pdMm6l/WVzKhfHm3RLErheqDNgeenU0XxzqbwT9swYO4CAYk5IzqLlYw== +react-select@^5.5.9: + version "5.5.9" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.5.9.tgz#02f5664e9feff3cabd28f0748bb0e4a3d5438b7b" + integrity sha512-68/sd6KmHS2ISCz9PcDhXidGCjFvc1Q1u8yaxSdo8pT7MkKehID/zMoco304+XtdE79DP0Nq8Fz7ROAb7GJ5Xg== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0"