mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(deps): update dependency react-app-polyfill to v1.0.6
This commit is contained in:
committed by
renovate[bot]
parent
b1517d629e
commit
eb376bbb21
8
ui/package-lock.json
generated
8
ui/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user