Skip to content

Commit d2daa28

Browse files
chore: bump component-emitter dependency
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
1 parent 81dc10d commit d2daa28

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

package-lock.json

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"dependencies": {
27-
"component-emitter": "1.2.1",
27+
"component-emitter": "~1.3.0",
2828
"component-inherit": "0.0.3",
2929
"debug": "~4.1.0",
3030
"engine.io-parser": "~2.2.0",

0 commit comments

Comments
 (0)