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.3
This commit is contained in:
committed by
renovate[bot]
parent
de82bcebfb
commit
b56281da86
18
ui/package-lock.json
generated
18
ui/package-lock.json
generated
@@ -6148,7 +6148,8 @@
|
||||
"core-js": {
|
||||
"version": "3.1.4",
|
||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
|
||||
"integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
|
||||
"integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ==",
|
||||
"dev": true
|
||||
},
|
||||
"core-js-compat": {
|
||||
"version": "3.2.1",
|
||||
@@ -14808,16 +14809,23 @@
|
||||
}
|
||||
},
|
||||
"react-app-polyfill": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.2.tgz",
|
||||
"integrity": "sha512-yZcpLnIr0FOIzrOOz9JC37NWAWEuCaQWmYn9EWjEzlCW4cOmA5MkT5L3iP8QuUeFnoqVCTJgjIWYbXEJgNXhGA==",
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.3.tgz",
|
||||
"integrity": "sha512-ICvAU2vtO0k+kU0oCS7L7btUcAReTddvEiRiJDmAKc+d98Fy9Z1g6cjkdcKyfLWwopzBsUMcDwxoiNtrtLMs0Q==",
|
||||
"requires": {
|
||||
"core-js": "3.1.4",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"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=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"react-autosuggest": {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"prop-types": "15.7.2",
|
||||
"qs": "6.8.0",
|
||||
"react": "16.9.0",
|
||||
"react-app-polyfill": "1.0.2",
|
||||
"react-app-polyfill": "1.0.3",
|
||||
"react-autosuggest": "9.4.3",
|
||||
"react-collapsible": "2.6.0",
|
||||
"react-datepicker": "2.9.6",
|
||||
|
||||
Reference in New Issue
Block a user