From 000b6011b2178b2d830e2c5ce2c752a5262787a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 08:13:08 -0500 Subject: [PATCH] Bump react-select from 5.6.0 to 5.6.1 (#6567) Bumps [react-select](https://github.com/JedWatson/react-select) from 5.6.0 to 5.6.1. - [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.6.0...react-select@5.6.1) --- 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 db9627520d30..f69bd3bff7df 100644 --- a/package.json +++ b/package.json @@ -412,7 +412,7 @@ "react-refresh": "^0.14.0", "react-refresh-typescript": "^2.0.7", "react-router-dom": "^5.3.4", - "react-select": "^5.6.0", + "react-select": "^5.6.1", "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 52ade16d507f..5664d84327c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10512,10 +10512,10 @@ react-select-event@^5.5.1: dependencies: "@testing-library/dom" ">=7" -react-select@^5.6.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.6.0.tgz#d987f4c86b3dcd32307a0104e503e4e8a9777a34" - integrity sha512-uUvP/72rA8NGhOL16RVBaeC12Wa4NUE0iXIa6hz0YRno9ZgxTmpuMeKzjR7vHcwmigpVCoe0prP+3NVb6Obq8Q== +react-select@^5.6.1: + version "5.6.1" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.6.1.tgz#22f3d3f763ab24ac250739254f0191d46a2f1064" + integrity sha512-dYNRswtxUHW+F1Sc0HnxO5ryecPIAsG0+Cwyq5EIXZJBxCxUG2hFfQz41tc++30/2ISuuPglDikc4hEb4NsiuA== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0"