fix(deps): update dependency @types/react-autosuggest to v10.1.4

This commit is contained in:
Renovate Bot
2021-04-05 13:11:50 +00:00
committed by Łukasz Mierzwa
parent d11770578e
commit 76f68c3af2
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -4472,9 +4472,9 @@
}
},
"@types/react-autosuggest": {
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.1.3.tgz",
"integrity": "sha512-j80cdYhqOEBbG7JWWl//95d+jf2mkL+tod0C6oM3f0tQx+gIRdFRiYOuGkEduQrtTcZR5a2AdYI8LpUTRfhBMw==",
"version": "10.1.4",
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.1.4.tgz",
"integrity": "sha512-NdSUpRX6u1VsLpF63ss3yBGGcTFDJZg35D9XPTOgXPaUXZTJcfglcjyYgQwiMYRsbnz438dWt2gff/qIb7sWcw==",
"requires": {
"@types/react": "*"
}

View File

@@ -28,7 +28,7 @@
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.6",
"@types/react": "17.0.3",
"@types/react-autosuggest": "10.1.3",
"@types/react-autosuggest": "10.1.4",
"@types/react-dom": "17.0.3",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "4.0.14",