mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
chore: bump component-emitter dependency
Subscribing/unsubscribing for a lot of different event types could lead
to a memory leak.
See aa2e57acc7
Diff: https://github.com/component/emitter/compare/1.2.1...1.3.0
This commit is contained in:
6961
package-lock.json
generated
Normal file
6961
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -12,8 +12,8 @@
|
||||
"is-buffer.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"component-emitter": "~1.3.0",
|
||||
"debug": "~3.1.0",
|
||||
"component-emitter": "1.2.1",
|
||||
"isarray": "2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user