Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-26 08:52:31 +00:00 committed by GitHub
parent 1cbf0180e5
commit d2b4a91f1f
2 changed files with 7 additions and 7 deletions

View File

@ -12959,14 +12959,14 @@
}
},
"downshift": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-6.1.0.tgz",
"integrity": "sha512-MnEJERij+1pTVAsOPsH3q9MJGNIZuu2sT90uxOCEOZYH6sEzkVGtUcTBVDRQkE8y96zpB7uEbRn24aE9VpHnZg==",
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-6.1.3.tgz",
"integrity": "sha512-RA1MuaNcTbt0j+sVLhSs8R2oZbBXYAtdQP/V+uHhT3DoDteZzJPjlC+LQVm9T07Wpvo84QXaZtUCePLDTDwGXg==",
"requires": {
"@babel/runtime": "^7.12.5",
"compute-scroll-into-view": "^1.0.16",
"@babel/runtime": "^7.13.10",
"compute-scroll-into-view": "^1.0.17",
"prop-types": "^15.7.2",
"react-is": "^17.0.1"
"react-is": "^17.0.2"
},
"dependencies": {
"react-is": {

View File

@ -188,7 +188,7 @@
"config": "3.3.6",
"dataloader": "2.0.0",
"dinero.js": "1.8.1",
"downshift": "6.1.0",
"downshift": "6.1.3",
"github-label-sync": "2.0.0",
"html-react-parser": "0.14.3",
"react-number-format": "4.4.3",