diff --git a/ui/package-lock.json b/ui/package-lock.json index b389dd967..2082e24b6 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4539,9 +4539,9 @@ } }, "@types/react-select": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.2.tgz", - "integrity": "sha512-RSsBRVig8pP7ezKCpgxwtMuq5c5eefi5SxXA+ozKmo30UxpwRJrE7RoOjBWy2t9Bbdb4JBamdbW7LAXxutBHuw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.3.tgz", + "integrity": "sha512-zvNpx6d4soOzp3eNM5rFAVJdXB46XP7lxuJGqVeDMOax0eKQeu9exUB0Hcr1Bt9K65CyD23NOZ3vzwRG4GBGOA==", "requires": { "@types/react": "*", "@types/react-dom": "*", diff --git a/ui/package.json b/ui/package.json index ae4738351..6da808119 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "@types/react-autosuggest": "10.0.1", "@types/react-dom": "17.0.0", "@types/react-js-pagination": "3.0.3", - "@types/react-select": "4.0.2", + "@types/react-select": "4.0.3", "@typescript-eslint/eslint-plugin": "4.14.1", "@typescript-eslint/parser": "4.14.1", "body-scroll-lock": "3.1.5",