From b1e7a1181668556ab53ee7dbe18e465643fa44b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 10:58:20 +0000 Subject: [PATCH] chore(deps): bump react-select from 5.5.8 to 5.6.1 in /ui Bumps [react-select](https://github.com/JedWatson/react-select) from 5.5.8 to 5.6.1. - [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.5.8...react-select@5.6.1) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index ad7a18296..5d76aeff7 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -47,7 +47,7 @@ "react-linkify": "0.2.2", "react-media-hook": "0.5.0", "react-range": "1.8.14", - "react-select": "5.5.8", + "react-select": "5.6.1", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13" }, @@ -30366,9 +30366,9 @@ } }, "node_modules/react-select": { - "version": "5.5.8", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.5.8.tgz", - "integrity": "sha512-QcmenbkiqrL232E59pPAKKOdxYI2LaB8QpVHMgh78rVvcHABv2hLGVDF6jcNIzXX9knpyKFMNE6ssLFlZ/tGTQ==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.6.1.tgz", + "integrity": "sha512-dYNRswtxUHW+F1Sc0HnxO5ryecPIAsG0+Cwyq5EIXZJBxCxUG2hFfQz41tc++30/2ISuuPglDikc4hEb4NsiuA==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -58810,9 +58810,9 @@ } }, "react-select": { - "version": "5.5.8", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.5.8.tgz", - "integrity": "sha512-QcmenbkiqrL232E59pPAKKOdxYI2LaB8QpVHMgh78rVvcHABv2hLGVDF6jcNIzXX9knpyKFMNE6ssLFlZ/tGTQ==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.6.1.tgz", + "integrity": "sha512-dYNRswtxUHW+F1Sc0HnxO5ryecPIAsG0+Cwyq5EIXZJBxCxUG2hFfQz41tc++30/2ISuuPglDikc4hEb4NsiuA==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/ui/package.json b/ui/package.json index f47308a94..f836fe548 100644 --- a/ui/package.json +++ b/ui/package.json @@ -46,7 +46,7 @@ "react-linkify": "0.2.2", "react-media-hook": "0.5.0", "react-range": "1.8.14", - "react-select": "5.5.8", + "react-select": "5.6.1", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13" },