From b8fe0f5c758db5aa5226ecf7245fd4ca4b898ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:10:39 +0000 Subject: [PATCH] chore(deps): 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 48afbd773..1969be62c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-portal": "^4.2.2", "react-redux": "^8.1.3", "react-router-dom": "^5.3.0", - "react-select": "^5.8.0", + "react-select": "^5.8.1", "react-split-pane": "^0.1.92", "redux": "^4.2.1", "redux-localstorage": "^0.4.1", diff --git a/yarn.lock b/yarn.lock index a84fca809..0f2f6fc63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4685,10 +4685,10 @@ react-router@5.3.4: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -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"