fix(deps): update dependency react-app-polyfill to v1.0.6

This commit is contained in:
Renovate Bot
2020-01-31 04:15:34 +00:00
committed by renovate[bot]
parent b1517d629e
commit eb376bbb21
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@@ -16292,11 +16292,11 @@
}
},
"react-app-polyfill": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.5.tgz",
"integrity": "sha512-RcbV6+msbvZJZUIK/LX3UafPtoaDSJgUWu4sqBxHKTVmBsnlU2QWCKJRBRmgjxu+ivW/GPINbPWRM4Ppa6Lbgw==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz",
"integrity": "sha512-OfBnObtnGgLGfweORmdZbyEz+3dgVePQBb3zipiaDsMHV1NpWm0rDFYIVXFV/AK+x4VIIfWHhrdMIeoTLyRr2g==",
"requires": {
"core-js": "^3.4.1",
"core-js": "^3.5.0",
"object-assign": "^4.1.1",
"promise": "^8.0.3",
"raf": "^3.4.1",

View File

@@ -33,7 +33,7 @@
"prop-types": "15.7.2",
"qs": "6.9.1",
"react": "16.12.0",
"react-app-polyfill": "1.0.5",
"react-app-polyfill": "1.0.6",
"react-autosuggest": "9.4.3",
"react-collapsible": "2.6.2",
"react-datepicker": "2.11.0",