Skip to content

Commit

Permalink
chore: bump component-emitter dependency
Browse files Browse the repository at this point in the history
Subscribing/unsubscribing for a lot of different event types could lead
to a memory leak.

See sindresorhus/component-emitter@aa2e57a

Diff: sindresorhus/component-emitter@1.2.1...1.3.0
  • Loading branch information
darrachequesne committed May 13, 2020
1 parent 81dc10d commit d2daa28
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
}
],
"dependencies": {
"component-emitter": "1.2.1",
"component-emitter": "~1.3.0",
"component-inherit": "0.0.3",
"debug": "~4.1.0",
"engine.io-parser": "~2.2.0",
Expand Down

0 comments on commit d2daa28

Please sign in to comment.