From 12af51d938c54e2eb3d285448ed81f62aaca4414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:32:00 +0000 Subject: [PATCH] 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 13184da4..c7eafa12 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "react-router-bootstrap": "^0.26.2", "react-router-dom": "^6.16.0", "react-scripts": "^5.0.1", - "react-select": "^5.7.5", + "react-select": "^5.7.7", "serialize-query-params": "^2.0.2", "stylus": "0.60.0", "typescript": "^4.9.5", diff --git a/yarn.lock b/yarn.lock index 80a671dc..ca8830cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9809,10 +9809,10 @@ react-scripts@^5.0.1: optionalDependencies: fsevents "^2.3.2" -react-select@*, 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@*, 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"