diff --git a/ui/package-lock.json b/ui/package-lock.json index b81824243..d9e7557f4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15013,9 +15013,9 @@ } }, "react-select": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.4.tgz", - "integrity": "sha512-fbVISKa/lSUlLsltuatfUiKcWCNvdLXxFFyrzVQCBUsjxJZH/m7UMPdw/ywmRixAmwXAP++MdbNNZypOsiDEfA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.5.tgz", + "integrity": "sha512-2tBXZ1XSqbk2boMUzSmKXwGl/6W46VkSMSLMy+ShccOVyD1kDTLPwLX7lugISkRMmL0v5BcLtriXOLfYwO0otw==", "requires": { "@babel/runtime": "^7.4.4", "@emotion/cache": "^10.0.9", diff --git a/ui/package.json b/ui/package.json index 9ff8f1714..68ccfb5ec 100644 --- a/ui/package.json +++ b/ui/package.json @@ -48,7 +48,7 @@ "react-resize-detector": "4.2.1", "react-reveal": "1.2.2", "react-scripts": "3.1.2", - "react-select": "3.0.4", + "react-select": "3.0.5", "react-tippy": "1.2.3", "react-transition-group": "4.3.0", "react-truncate": "2.4.0",