diff --git a/ui/package-lock.json b/ui/package-lock.json index 2884b8fe2..f1f4cb4f3 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3998,9 +3998,9 @@ } }, "@types/react-select": { - "version": "3.0.24", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.24.tgz", - "integrity": "sha512-H8FYLKRkCIVLv6KGylUttJWIaMH+qpF42jsKBMLlqEsHhgZl/0EeXU1YBn22g0fLI8++g0+IXBPsqIMmQNG8Lw==", + "version": "3.0.25", + "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.25.tgz", + "integrity": "sha512-Nahnbi2KmsTMYTlBpfSky5O1kXCPsNZfm/RsPddDARNwGNKHxU9LRRnTgoS5ejHCtZx3qYjOd0z0xX3730H9rQ==", "requires": { "@types/react": "*", "@types/react-dom": "*", diff --git a/ui/package.json b/ui/package.json index ef2fdaf81..f7fb97a0a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -29,7 +29,7 @@ "@types/react-dom": "16.9.9", "@types/react-highlighter": "0.3.4", "@types/react-js-pagination": "3.0.3", - "@types/react-select": "3.0.24", + "@types/react-select": "3.0.25", "@typescript-eslint/eslint-plugin": "4.7.0", "@typescript-eslint/parser": "4.7.0", "body-scroll-lock": "3.1.5",