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

This commit is contained in:
Renovate Bot
2019-10-03 04:20:22 +00:00
committed by renovate[bot]
parent c7a8eaf44b
commit 54eb86583e
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -14619,9 +14619,9 @@
}
},
"react-app-polyfill": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.3.tgz",
"integrity": "sha512-ICvAU2vtO0k+kU0oCS7L7btUcAReTddvEiRiJDmAKc+d98Fy9Z1g6cjkdcKyfLWwopzBsUMcDwxoiNtrtLMs0Q==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.4.tgz",
"integrity": "sha512-5Vte6ki7jpNsNCUKaboyofAhmURmCn2Y6Hu7ydJ6Iu4dct1CIGoh/1FT7gUZKAbowVX2lxVPlijvp1nKxfAl4w==",
"requires": {
"core-js": "3.2.1",
"object-assign": "4.1.1",

View File

@@ -30,7 +30,7 @@
"prop-types": "15.7.2",
"qs": "6.9.0",
"react": "16.10.1",
"react-app-polyfill": "1.0.3",
"react-app-polyfill": "1.0.4",
"react-autosuggest": "9.4.3",
"react-collapsible": "2.6.0",
"react-datepicker": "2.9.6",