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.5.0 (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and faustbrian committed Oct 1, 2019
1 parent 41e3cdf commit d4ade5f
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 @@ -72,7 +72,7 @@
"dayjs": "^1.8.11",
"electron-log": "^3.0.7",
"electron-window-state": "^5.0.3",
"emittery": "^0.4.1",
"emittery": "^0.5.0",
"fs-extra": "^8.1.0",
"got": "^9.6.0",
"jsonschema": "^1.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4194,10 +4194,10 @@ elliptic@^6.0.0, elliptic@^6.4.0:
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.0"

emittery@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.4.1.tgz#abe9d3297389ba424ac87e53d1c701962ce7433d"
integrity sha512-r4eRSeStEGf6M5SKdrQhhLK5bOwOBxQhIE3YSTnZE3GpKiLfnnhE+tPtrJE79+eDJgm39BM6LSoI8SCx4HbwlQ==
emittery@^0.5.0:
version "0.5.1"
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.5.1.tgz#9fbbf57e9aecc258d727d78858a598eb05ea5c96"
integrity sha512-sYZXNHH9PhTfs98ROEFVC3bLiR8KSqXQsEHIwZ9J6H0RaQObC3JYq4G8IvDd0b45/LxfGKYBpmaUN4LiKytaNw==

emoji-regex@^7.0.1:
version "7.0.3"
Expand Down

0 comments on commit d4ade5f

Please sign in to comment.