From 9d696df656ce6484af3f975136bd3ef8322d0db5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 07:24:17 +0000 Subject: [PATCH] Bump react-select from 3.1.0 to 3.1.1 Bumps [react-select](https://github.com/JedWatson/react-select) from 3.1.0 to 3.1.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@3.1.0...react-select@3.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 55ec82bb..889c8888 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "3.4.3", - "react-select": "^3.1.0", + "react-select": "^3.1.1", "react-tooltip": "^4.2.10", "sass-loader": "^10.0.3", "shelljs": "0.8.4", diff --git a/yarn.lock b/yarn.lock index 534f78a5..3c79d520 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10070,10 +10070,10 @@ react-scripts@3.4.3: optionalDependencies: fsevents "2.1.2" -react-select@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.1.0.tgz#ab098720b2e9fe275047c993f0d0caf5ded17c27" - integrity sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== +react-select@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.1.1.tgz#156a5b4a6c22b1e3d62a919cb1fd827adb4060bc" + integrity sha512-HjC6jT2BhUxbIbxMZWqVcDibrEpdUJCfGicN0MMV+BQyKtCaPTgFekKWiOizSCy4jdsLMGjLqcFGJMhVGWB0Dg== dependencies: "@babel/runtime" "^7.4.4" "@emotion/cache" "^10.0.9"