From 261d7fe9c061ae7dfa48bd2adc589da553974a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 01:08:43 +0000 Subject: [PATCH] Bump react-select from 5.7.5 to 5.8.0 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.5 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.5...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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 993deb34e..975d1ec4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "react-fela": "^12.2.1", "react-intersection-observer": "^9.5.3", "react-masonry-css": "^1.0.16", - "react-select": "^5.7.5", + "react-select": "^5.8.0", "recharts": "^2.10.3", "speakingurl": "^14.0.1" }, @@ -12907,9 +12907,9 @@ } }, "node_modules/react-select": { - "version": "5.7.5", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.5.tgz", - "integrity": "sha512-jgYZa2xgKP0DVn5GZk7tZwbRx7kaVz1VqU41S8z1KWmshRDhlrpKS0w80aS1RaK5bVIXpttgSou7XCjWw1ncKA==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", + "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -24632,9 +24632,9 @@ "requires": {} }, "react-select": { - "version": "5.7.5", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.5.tgz", - "integrity": "sha512-jgYZa2xgKP0DVn5GZk7tZwbRx7kaVz1VqU41S8z1KWmshRDhlrpKS0w80aS1RaK5bVIXpttgSou7XCjWw1ncKA==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", + "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index a47cd9e2f..006609c04 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-fela": "^12.2.1", "react-intersection-observer": "^9.5.3", "react-masonry-css": "^1.0.16", - "react-select": "^5.7.5", + "react-select": "^5.8.0", "recharts": "^2.10.3", "speakingurl": "^14.0.1" },