diff --git a/ui/package-lock.json b/ui/package-lock.json index 994107254..80e69262c 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3899,9 +3899,9 @@ } }, "@types/react-select": { - "version": "3.0.20", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.20.tgz", - "integrity": "sha512-yKFcq773jsUV5C1nYb0KeQCboo8tCo4ngcM3mi9fmC0CTGJeIuV/mfxaWtmv7i7HetQtki4p7h1YpP8wBy9gWw==", + "version": "3.0.21", + "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.21.tgz", + "integrity": "sha512-jVtukxaARMQCJC74ikGzpxrzxDFPkcGEwLsFIsc/bAn2rcBUlJ0WgP71ShUc/Q0nnk4ClZn2jBm2tbh6HtxB3A==", "requires": { "@types/react": "*", "@types/react-dom": "*", diff --git a/ui/package.json b/ui/package.json index b1c710c09..d064fdac9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ "@types/react-dom": "16.9.8", "@types/react-highlighter": "0.3.4", "@types/react-js-pagination": "3.0.3", - "@types/react-select": "3.0.20", + "@types/react-select": "3.0.21", "@typescript-eslint/eslint-plugin": "4.3.0", "@typescript-eslint/parser": "4.3.0", "body-scroll-lock": "3.1.5",