From 1b72028d12947f45fe47941573b4521a2a941716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:44:18 +0000 Subject: [PATCH] Bump react-select from 5.7.4 to 5.8.0 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.4 to 5.8.0. - [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.4...react-select@5.8.0) --- 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 a0ea21c..8331edf 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "3.4.3", - "react-select": "^5.7.4", + "react-select": "^5.8.0", "react-tooltip": "^4.2.18", "sass-loader": "^10.1.1", "shelljs": "0.8.4", diff --git a/yarn.lock b/yarn.lock index 93e90ab..c3ba7cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9860,10 +9860,10 @@ react-scripts@3.4.3: optionalDependencies: fsevents "2.1.2" -react-select@^5.7.4: - version "5.7.4" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.7.4.tgz#d8cad96e7bc9d6c8e2709bdda8f4363c5dd7ea7d" - integrity sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ== +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== dependencies: "@babel/runtime" "^7.12.0" "@emotion/cache" "^11.4.0"