From 9b3f10cbbe4f5f1a4bf4f47e05dfa2bf7c4e0ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 10:17:56 +0000 Subject: [PATCH] Bump react-select from 5.5.4 to 5.6.1 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.5.4 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.5.4...react-select@5.6.1) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production 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 0c4e823..c1ffa74 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "postcss": "^8.4.18", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-select": "^5.5.4", + "react-select": "^5.6.1", "tailwindcss": "^3.2.1", "tom-select": "^2.2.2" }, diff --git a/yarn.lock b/yarn.lock index 6425413..00bbc0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -969,10 +969,10 @@ react-is@^16.13.1, react-is@^16.7.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-select@^5.5.4: - version "5.5.4" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.5.4.tgz#da05b8b66d33f6fc1f92fdccd0fa50d7f4418554" - integrity sha512-lyr19joBUm/CNJgjZMBSnFvJ/MeHCmBYvQ050qYAP3EPa7Oenlnx9guhU+SW0goYgxLQyqwRvkFllQpFAp8tmQ== +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"