From 271a3539838d01ee1a9315933171e4fc838a87f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 09:16:51 -0400 Subject: [PATCH] Bump react-select from 5.5.0 to 5.5.1 (#6413) Bumps [react-select](https://github.com/JedWatson/react-select) from 5.5.0 to 5.5.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.5.0...react-select@5.5.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 5c043eab81..665e482aa3 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.0", + "react-select": "^5.5.1", "react-select-event": "^5.5.1", "react-table": "^7.8.0", "react-window": "^1.8.7", diff --git a/yarn.lock b/yarn.lock index 88ee554ffc..46aad74255 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10569,10 +10569,10 @@ react-select-event@^5.5.1: dependencies: "@testing-library/dom" ">=7" -react-select@^5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.5.0.tgz#c82286e20b26194738186ada54cc8a0c677dfc6e" - integrity sha512-yzA+eavdxpF5Onf0u9KZ84qxr8r/CwPPn777bRkslbDtEUYx2+m13OrhP3WVa30+aWYxwkO/pkLcZ7q7r/6OhQ== +react-select@^5.5.1: + version "5.5.1" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.5.1.tgz#60cc6767e77396cdf1d6f49a10555b80d27e749a" + integrity sha512-zOXIKvNqrnBn030Goi7pRHfLJHnvjPweA4uDyj9me8YPqgkaJp+vX3eNGHOzTlI442rbfPUMGrEZQnymJn/XUg== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0"