From 5ca1ca94d613edd64ad2b1167d3f7f69a4e5bb5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:36:38 +0000 Subject: [PATCH] Bump react-select from 5.7.3 to 5.8.0 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.3 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.3...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ef52e9cf914..70477030862d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "react-modal": "^3.16.1", "react-player": "^2.12.0", "react-scroll": "^1.8.7", - "react-select": "^5.7.2", + "react-select": "^5.8.0", "react-share": "^4.4.1", "react-slick": "^0.29.0", "react-table": "^7.8.0", @@ -20274,9 +20274,9 @@ } }, "node_modules/react-select": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.3.tgz", - "integrity": "sha512-z8i3NCuFFWL3w27xq92rBkVI2onT0jzIIPe480HlBjXJ3b5o6Q+Clp4ydyeKrj9DZZ3lrjawwLC5NGl0FSvUDg==", + "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", diff --git a/package.json b/package.json index 242934f60761..c36b5f834d47 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react-modal": "^3.16.1", "react-player": "^2.12.0", "react-scroll": "^1.8.7", - "react-select": "^5.7.2", + "react-select": "^5.8.0", "react-share": "^4.4.1", "react-slick": "^0.29.0", "react-table": "^7.8.0",