From d40e5f13d9c3b716215c0c13c981eb9003f118d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:14:57 +0000 Subject: [PATCH] Bump react-select from 5.7.7 to 5.8.0 Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.7 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.7...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 1e16cb202..488a59a39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "highcharts-react-official": "~3.2.1", "react-bootstrap": "~2.9.1", "react-ga": "~3.3.1", - "react-select": "~5.7.7", + "react-select": "~5.8.0", "redux-logger": "~3.0.6", "striptags": "~3.2.0", "uuid": "~9.0.1", @@ -11715,9 +11715,9 @@ } }, "node_modules/react-select": { - "version": "5.7.7", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.7.tgz", - "integrity": "sha512-HhashZZJDRlfF/AKj0a0Lnfs3sRdw/46VJIRd8IbB9/Ovr74+ZIwkAdSBjSPXsFMG+u72c5xShqwLSKIJllzqw==", + "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", @@ -23536,9 +23536,9 @@ } }, "react-select": { - "version": "5.7.7", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.7.tgz", - "integrity": "sha512-HhashZZJDRlfF/AKj0a0Lnfs3sRdw/46VJIRd8IbB9/Ovr74+ZIwkAdSBjSPXsFMG+u72c5xShqwLSKIJllzqw==", + "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 1ed9a4c1e..a87e13f9c 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "highcharts-react-official": "~3.2.1", "react-bootstrap": "~2.9.1", "react-ga": "~3.3.1", - "react-select": "~5.7.7", + "react-select": "~5.8.0", "redux-logger": "~3.0.6", "striptags": "~3.2.0", "uuid": "~9.0.1",