Skip to content

Commit

Permalink
Bump ws and @types/ws
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together.

Updates `ws` from 8.14.2 to 8.16.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.14.2...8.16.0)

Updates `@types/ws` from 8.5.6 to 8.5.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 22e1d5f commit aae8d99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mxssfd/typedoc-theme": "^1.1.3",
"@types/node": "^20.8.10",
"@types/pako": "^2.0.1",
"@types/ws": "^8.5.6",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
Expand All @@ -67,7 +67,7 @@
"dependencies": {
"tslib": "^2.6.2",
"undici": "^5.27.0",
"ws": "^8.14.2"
"ws": "^8.16.0"
},
"engines": {
"node": ">=16.16.0"
Expand Down
22 changes: 7 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit aae8d99

Please sign in to comment.