From ccafe7ea674686c91213c8acb83e14617ed8f614 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 14:06:30 +0200 Subject: [PATCH] fix(deps): update dependency emittery to ^0.6.0 (#1799) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fea347bdda..2463fc6dfb 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "electron-log": "^4.0.0", "electron-updater": "^4.1.2", "electron-window-state": "^5.0.3", - "emittery": "^0.5.0", + "emittery": "^0.6.0", "fs-extra": "^8.1.0", "getdomain": "^1.3.1", "got": "^9.6.0", diff --git a/yarn.lock b/yarn.lock index 1169974458..42823f3cae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4852,10 +4852,10 @@ elliptic@^6.0.0, elliptic@^6.4.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.0" -emittery@^0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.5.1.tgz#9fbbf57e9aecc258d727d78858a598eb05ea5c96" - integrity sha512-sYZXNHH9PhTfs98ROEFVC3bLiR8KSqXQsEHIwZ9J6H0RaQObC3JYq4G8IvDd0b45/LxfGKYBpmaUN4LiKytaNw== +emittery@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.6.0.tgz#e85312468d77c3ed9a6adf43bb57d34849e0c95a" + integrity sha512-6EMRGr9KzYWp8DzHFZsKVZBsMO6QhAeHMeHND8rhyBNCHKMLpgW9tZv40bwN3rAIKRS5CxcK8oLRKUJSB9h7yQ== emoji-regex@^7.0.1: version "7.0.3"