From 85ea6be60f8c0b22ddfe93a186d2211553e3e856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 17:16:58 +0000 Subject: [PATCH] Bump react-select from 5.3.2 to 5.4.0 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.3.2 to 5.4.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.3.2...react-select@5.4.0) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f299e85908..e2269935b0 100644 --- a/package.json +++ b/package.json @@ -400,7 +400,7 @@ "react-refresh": "^0.13.0", "react-refresh-typescript": "^2.0.5", "react-router-dom": "^5.3.3", - "react-select": "^5.3.2", + "react-select": "^5.4.0", "react-select-event": "^5.5.0", "react-table": "^7.8.0", "react-window": "^1.8.7", diff --git a/yarn.lock b/yarn.lock index a41c58da1b..02530fce8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10748,10 +10748,10 @@ react-select-event@^5.5.0: dependencies: "@testing-library/dom" ">=7" -react-select@^5.3.2: - version "5.3.2" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.3.2.tgz#ecee0d5c59ed4acb7f567f7de3c75a488d93dacb" - integrity sha512-W6Irh7U6Ha7p5uQQ2ZnemoCQ8mcfgOtHfw3wuMzG6FAu0P+CYicgofSLOq97BhjMx8jS+h+wwWdCBeVVZ9VqlQ== +react-select@^5.4.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.4.0.tgz#81f6ac73906126706f104751ee14437bd16798f4" + integrity sha512-CjE9RFLUvChd5SdlfG4vqxZd55AZJRrLrHzkQyTYeHlpOztqcgnyftYAolJ0SGsBev6zAs6qFrjm6KU3eo2hzg== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0"