Bump ws from 6.2.2 to 8.18.1 in the npm_and_yarn group across 1 directory
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
dependencies javascript
Bumps the npm_and_yarn group with 1 update in the / directory: ws.
Updates ws from 6.2.2 to 8.18.1
Release notes
Sourced from ws's releases.
8.18.1
Bug fixes
- The length of the UNIX domain socket paths in the tests has been shortened to make them work when run via CITGM (021f7b8b).
8.18.0
Features
- Added support for
Blob(#2229).8.17.1
Bug fixes
- Fixed a DoS vulnerability (#2231).
A request with a number of headers exceeding the[
server.maxHeadersCount][] threshold could be used to crash a ws server.const http = require('http'); const WebSocket = require('ws');const wss = new WebSocket.Server({ port: 0 }, function () { const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split(''); const headers = {}; let count = 0;
for (let i = 0; i < chars.length; i++) { if (count === 2000) break;
for (let j = 0; j < chars.length; j++) { const key = chars[i] + chars[j]; headers[key] = 'x';if (++count === 2000) break;
}
}
headers.Connection = 'Upgrade'; headers.Upgrade = 'websocket'; headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ=='; headers['Sec-WebSocket-Version'] = '13';
const request = http.request({ headers: headers, host: '127.0.0.1', port: wss.address().port </tr></table>
... (truncated)
Commits
b92745a[dist] 8.18.1b3d9747[doc] Fix nit021f7b8[test] Shorten the path lengthsb9ca55b[pkg] Update eslint-config-prettier to version 10.0.1c798dd4[doc] Fix typo (#2271)6861472[ci] Test on node 23019f28f[minor] Improve JSDoc-inferred types (#2242)bfe1b2a[doc] Remove unnecessary period (#2240)f7dc469[doc] Fix the type of thedataargument976c53c[dist] 8.18.0- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Statistics
1
1
+7
-1290
Package Dependencies
ws
npm
6.2.2 → 8.18.1
Major
the npm_and_yarn group across 1 directory
Technical Details
| ID: | 1004217 |
| UUID: | 2443588756 |
| Node ID: | PR_kwDOGWCgcc6RpjSU |
| Host: | GitHub |
| Repository: | phantomstudios/angular-lib |
| Merge State: | Dirty |