Skip to content

Commit

Permalink
chore: update emittery dependency (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed May 5, 2021
1 parent 070a45b commit d29e91a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-dogs-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@accounts/server': minor
---

Update emittery dependency from v5.1 to v8.1
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@accounts/types": "^0.32.0",
"@types/jsonwebtoken": "8.3.9",
"emittery": "0.5.1",
"emittery": "0.8.1",
"jsonwebtoken": "8.5.1",
"jwt-decode": "3.1.2",
"lodash.merge": "4.6.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9066,10 +9066,10 @@ elliptic@^6.0.0, elliptic@^6.5.2:
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.0"

emittery@0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.5.1.tgz#9fbbf57e9aecc258d727d78858a598eb05ea5c96"
integrity sha512-sYZXNHH9PhTfs98ROEFVC3bLiR8KSqXQsEHIwZ9J6H0RaQObC3JYq4G8IvDd0b45/LxfGKYBpmaUN4LiKytaNw==
emittery@0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860"
integrity sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==

emittery@^0.7.1:
version "0.7.2"
Expand Down

0 comments on commit d29e91a

Please sign in to comment.