From 721b3c56265a2ffe004206a707338617c4e9d6af Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Oct 2019 04:46:20 +0000 Subject: [PATCH] fix(deps): update dependency react-select to v3.0.8 --- ui/package-lock.json | 8 +++----- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 08e61f482..0b0e0779e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15098,18 +15098,16 @@ } }, "react-select": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.7.tgz", - "integrity": "sha512-m4DKFUGvjjghxovuo4NyGltq/qPwFV5LV1Bo8wl1tUt1UQZO0Lvru1yC62wkTsittf5A+k4gyM4c+MhfEiERSQ==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.8.tgz", + "integrity": "sha512-v9LpOhckLlRmXN5A6/mGGEft4FMrfaBFTGAnuPHcUgVId7Je42kTq9y0Z+Ye5z8/j0XDT3zUqza8gaRaI1PZIg==", "requires": { "@babel/runtime": "^7.4.4", "@emotion/cache": "^10.0.9", "@emotion/core": "^10.0.9", "@emotion/css": "^10.0.9", - "classnames": "^2.2.5", "memoize-one": "^5.0.0", "prop-types": "^15.6.0", - "raf": "^3.4.0", "react-input-autosize": "^2.2.2", "react-transition-group": "^2.2.1" }, diff --git a/ui/package.json b/ui/package.json index c3d0aab1f..ae2260223 100644 --- a/ui/package.json +++ b/ui/package.json @@ -49,7 +49,7 @@ "react-resize-detector": "4.2.1", "react-reveal": "1.2.2", "react-scripts": "3.1.2", - "react-select": "3.0.7", + "react-select": "3.0.8", "react-tippy": "1.2.3", "react-transition-group": "4.3.0", "react-truncate": "2.4.0",