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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-02-16 21:05:36 +00:00
committed by GitHub
parent 369c0b9b67
commit 2183922cd5
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -4515,9 +4515,9 @@
}
},
"@types/react-autosuggest": {
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.1.1.tgz",
"integrity": "sha512-pjV777PELE8kK0ivEgqInGmtY5vLXqlPMjgqmRTBtNUk3KJ/ElY18Bik3shCZ+9fIjIF7Bz4bqK1ufkKo+SS/A==",
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/@types/react-autosuggest/-/react-autosuggest-10.1.2.tgz",
"integrity": "sha512-K23lmXhC3Bbd8y/jm5+wYrw/NAeN4U/wlHTgAEBIwLOyQKFCFYA3ONKte9P21L+RGIXRP8UlzHOSRtmIZw5Nqw==",
"requires": {
"@types/react": "*"
}

View File

@@ -28,7 +28,7 @@
"@types/promise-retry": "1.1.3",
"@types/qs": "6.9.5",
"@types/react": "17.0.2",
"@types/react-autosuggest": "10.1.1",
"@types/react-autosuggest": "10.1.2",
"@types/react-dom": "17.0.1",
"@types/react-js-pagination": "3.0.3",
"@types/react-select": "4.0.13",