update yarn.lock and kbn-pm dist

This commit is contained in:
spalger 2019-06-06 19:11:48 -07:00
parent 6170480aaf
commit 7d103f34d4
2 changed files with 8 additions and 4 deletions

View file

@ -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);

View file

@ -14081,10 +14081,10 @@ highlight.js@^9.12.0, highlight.js@~9.12.0:
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e"
integrity sha1-5tnb5Xy+/mB1HwKvM2GVhwyQwB4=
history-extra@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/history-extra/-/history-extra-5.0.1.tgz#95a2e59dda526c4241d0ae1b124a77a5e4675ce8"
integrity sha512-6XV1L1lHgporVWgppa/Kq+Fnz4lhBew7iMxYCTfzVmoEywsAKJnTjdw1zOd+EGLHGYp0/V8jSVMEgqx4QbHLTw==
history-extra@^4.0.2:
version "4.0.4"
resolved "https://registry.yarnpkg.com/history-extra/-/history-extra-4.0.4.tgz#b73fa3e0ce19c362d0a93e9ea00ea3fcc107c15a"
integrity sha512-7x/EtdvVrV+xpSzYdwIg74o1Z1f1/EAn9eBPDEeZiKeRBZrvZ6FTG1MJGL5WjaYRsiyIdDM6JCw9CLCXOZvtgQ==
history@4.7.2, history@^4.7.2:
version "4.7.2"