Skip to content

Commit fa6a1ba

Browse files
committed
chore(deps): upgrade to ws@8.19.0
https://github.com/websockets/ws/releases/tag/8.19.0 package-lock.json was updated using npm@10.9.4 (the default version that comes with node@22.21.1). seemed to have shuffled several "peer" flags.
1 parent 9978574 commit fa6a1ba

12 files changed

Lines changed: 110 additions & 69 deletions

File tree

docs/engine.io-protocol/v3-test-suite/package-lock.json

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

docs/engine.io-protocol/v3-test-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"mocha": "^9.2.1",
1414
"node-fetch": "^3.2.0",
1515
"prettier": "^2.5.1",
16-
"ws": "^8.5.0"
16+
"ws": "^8.19.0"
1717
}
1818
}

docs/engine.io-protocol/v4-test-suite/package-lock.json

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

docs/engine.io-protocol/v4-test-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"mocha": "^9.2.1",
1414
"node-fetch": "^3.2.0",
1515
"prettier": "^2.5.1",
16-
"ws": "^8.5.0"
16+
"ws": "^8.19.0"
1717
}
1818
}

docs/socket.io-protocol/v5-test-suite/package-lock.json

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

docs/socket.io-protocol/v5-test-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"mocha": "^9.2.1",
1414
"node-fetch": "^3.2.0",
1515
"prettier": "^2.5.1",
16-
"ws": "^8.5.0"
16+
"ws": "^8.19.0"
1717
}
1818
}

examples/basic-websocket-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prettier": "^2.8.4",
88
"rollup": "^3.20.2",
99
"socket.io": "^4.6.1",
10-
"ws": "^8.18.3"
10+
"ws": "^8.19.0"
1111
},
1212
"scripts": {
1313
"bundle": "rollup -c",

0 commit comments

Comments
 (0)