mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
update kbn-pm dist
This commit is contained in:
parent
cdf0d20a1e
commit
5c090ea285
1 changed files with 4 additions and 0 deletions
4
packages/kbn-pm/dist/index.js
vendored
4
packages/kbn-pm/dist/index.js
vendored
|
@ -41487,6 +41487,10 @@ function mixinDeep(target, objects) {
|
|||
*/
|
||||
|
||||
function copy(val, key) {
|
||||
if (key === '__proto__') {
|
||||
return;
|
||||
}
|
||||
|
||||
var obj = this[key];
|
||||
if (isObject(val) && isObject(obj)) {
|
||||
mixinDeep(obj, val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue