From 60f64ad8c93845aedd950092467e31a9a9076e1d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Nov 2020 07:58:17 +0000 Subject: [PATCH] fix(deps): update dependency react-select to v3.1.1 --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 5f7be2722..3c39549c9 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17869,9 +17869,9 @@ } }, "react-select": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-3.1.0.tgz", - "integrity": "sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-3.1.1.tgz", + "integrity": "sha512-HjC6jT2BhUxbIbxMZWqVcDibrEpdUJCfGicN0MMV+BQyKtCaPTgFekKWiOizSCy4jdsLMGjLqcFGJMhVGWB0Dg==", "requires": { "@babel/runtime": "^7.4.4", "@emotion/cache": "^10.0.9", diff --git a/ui/package.json b/ui/package.json index c6394a110..9ed74732e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -74,7 +74,7 @@ "react-media-hook": "0.4.7", "react-popper": "2.2.4", "react-scripts": "3.4.4", - "react-select": "3.1.0", + "react-select": "3.1.1", "react-transition-group": "4.4.1", "typeface-open-sans": "1.1.13", "typescript": "4.1.2",