From c1c39b7bcba2e804c514574315bcaddcfbf077a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 11:03:10 +0000 Subject: [PATCH] Bump react-select from 5.8.0 to 5.8.1 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.8.0 to 5.8.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.8.0...react-select@5.8.1) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... 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 d20242ef41..3fdc84b6be 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "react-qrcode-logo": "^3.0.0", "react-redux": "^9.1.2", "react-router-dom": "6.21.1", - "react-select": "^5.8.0", + "react-select": "^5.8.1", "react-soundplayer": "^1.0.4", "react-swipeable": "7.0.1", "react-tagcloud": "^2.3.3", diff --git a/yarn.lock b/yarn.lock index 1a822bf742..7460458bf1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11852,10 +11852,10 @@ react-router@6.21.1: dependencies: "@remix-run/router" "1.14.1" -react-select@^5.8.0: - version "5.8.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.8.0.tgz#bd5c467a4df223f079dd720be9498076a3f085b5" - integrity sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA== +react-select@^5.8.1: + version "5.8.1" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.8.1.tgz#3284a93b7633b5e893306b2a8007ea0f793e62b9" + integrity sha512-RT1CJmuc+ejqm5MPgzyZujqDskdvB9a9ZqrdnVLsvAHjJ3Tj0hELnLeVPQlmYdVKCdCpxanepl6z7R5KhXhWzg== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0"