Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency emittery to ^0.6.0 (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2020
1 parent fa930f7 commit ccafe7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ccafe7e

Please sign in to comment.