diff --git a/ui/package-lock.json b/ui/package-lock.json index cacaff486..4635561f8 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16793,9 +16793,9 @@ } }, "react-select": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.1.0.tgz", - "integrity": "sha512-OYn+jL8TXMMaZtosErpkdvoI1UWN4ZqMFulIRp5r5bbuqe4OaZN7yv1BNq7PdAJgRu2E19ODFiV1SgJ6wPUaeA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.2.0.tgz", + "integrity": "sha512-T1X7Jsj7a7N/klOq2i8dyyRe2zlMZxRM5DupxMLqu4qGOGKHEDV62KtQiL/6cEWSPQ/0b7Xyz9hv8NAfZvc7KQ==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.0.0", diff --git a/ui/package.json b/ui/package.json index 857fb2ece..b319ed7ba 100644 --- a/ui/package.json +++ b/ui/package.json @@ -73,7 +73,7 @@ "react-popper": "2.2.4", "react-range": "1.8.7", "react-scripts": "4.0.3", - "react-select": "4.1.0", + "react-select": "4.2.0", "react-transition-group": "4.4.1", "sass": "1.32.8", "typeface-open-sans": "1.1.13",