From 7db9f62e002e5d9bc63df60c9dfbc8952873f98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:04:40 +0000 Subject: [PATCH] chore(deps): bump react-select from 5.7.5 to 5.7.7 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.5 to 5.7.7. - [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.7.5...react-select@5.7.7) --- 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 e1076cef0..2d1fbe16f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-portal": "^4.2.2", "react-redux": "^8.1.2", "react-router-dom": "^5.3.0", - "react-select": "^5.7.5", + "react-select": "^5.7.7", "react-split-pane": "^0.1.92", "redux": "^4.2.1", "redux-localstorage": "^0.4.1", diff --git a/yarn.lock b/yarn.lock index 99c7175b7..a2bec045a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4019,10 +4019,10 @@ react-router@5.2.1: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-select@^5.7.5: - version "5.7.5" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.7.5.tgz#d2d0f29994e0f06000147bfb2adf58324926c2fd" - integrity sha512-jgYZa2xgKP0DVn5GZk7tZwbRx7kaVz1VqU41S8z1KWmshRDhlrpKS0w80aS1RaK5bVIXpttgSou7XCjWw1ncKA== +react-select@^5.7.7: + version "5.7.7" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.7.7.tgz#dbade9dbf711ef2a181970c10f8ab319ac37fbd0" + integrity sha512-HhashZZJDRlfF/AKj0a0Lnfs3sRdw/46VJIRd8IbB9/Ovr74+ZIwkAdSBjSPXsFMG+u72c5xShqwLSKIJllzqw== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0"