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

This commit is contained in:
Renovate Bot
2019-12-05 07:28:28 +00:00
parent f8ae9e75e8
commit 25ca113c1f
2 changed files with 19 additions and 11 deletions

28
ui/package-lock.json generated
View File

@@ -6311,7 +6311,8 @@
"core-js": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
"integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
"integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==",
"dev": true
},
"core-js-compat": {
"version": "3.4.5",
@@ -15008,16 +15009,23 @@
}
},
"react-app-polyfill": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.4.tgz",
"integrity": "sha512-5Vte6ki7jpNsNCUKaboyofAhmURmCn2Y6Hu7ydJ6Iu4dct1CIGoh/1FT7gUZKAbowVX2lxVPlijvp1nKxfAl4w==",
"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==",
"requires": {
"core-js": "3.2.1",
"object-assign": "4.1.1",
"promise": "8.0.3",
"raf": "3.4.1",
"regenerator-runtime": "0.13.3",
"whatwg-fetch": "3.0.0"
"core-js": "^3.4.1",
"object-assign": "^4.1.1",
"promise": "^8.0.3",
"raf": "^3.4.1",
"regenerator-runtime": "^0.13.3",
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"core-js": {
"version": "3.4.7",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.7.tgz",
"integrity": "sha512-qaPVGw30J1wQ0GR3GvoPqlGf9GZfKKF4kFC7kiHlcsPTqH3txrs9crCp3ZiMAXuSenhz89Jnl4GZs/67S5VOSg=="
}
}
},
"react-autosuggest": {

View File

@@ -31,7 +31,7 @@
"prop-types": "15.7.2",
"qs": "6.9.1",
"react": "16.12.0",
"react-app-polyfill": "1.0.4",
"react-app-polyfill": "1.0.5",
"react-autosuggest": "9.4.3",
"react-collapsible": "2.6.2",
"react-datepicker": "2.10.1",