diff --git a/ui/package-lock.json b/ui/package-lock.json index d4982e86a..188a33a97 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17595,12 +17595,12 @@ } }, "react-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.3.0.tgz", - "integrity": "sha512-SBPD1a3TJqE9zoI/jfOLCAoLr/neluaeokjOixr3zZ1vHezkom8K0A9J4QG9IWDqIDE9K/Mv+0y1GjidC2PDtQ==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.3.1.tgz", + "integrity": "sha512-HBBd0dYwkF5aZk1zP81Wx5UsLIIT2lSvAY2JiJo199LjoLHoivjn9//KsmvQMEFGNhe58xyuOITjfxKCcGc62Q==", "requires": { "@babel/runtime": "^7.12.0", - "@emotion/cache": "^11.0.0", + "@emotion/cache": "^11.4.0", "@emotion/react": "^11.1.1", "memoize-one": "^5.0.0", "prop-types": "^15.6.0", diff --git a/ui/package.json b/ui/package.json index 5451a66f6..5a34e310f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -72,7 +72,7 @@ "react-popper": "2.2.5", "react-range": "1.8.7", "react-scripts": "4.0.3", - "react-select": "4.3.0", + "react-select": "4.3.1", "react-transition-group": "4.4.1", "sass": "1.32.12", "typeface-open-sans": "1.1.13",