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.13.0 to 8.14.2
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.13.0...8.14.2)

Updates `@types/ws` from 8.5.7 to 8.5.8
- [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:development
  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 Oct 26, 2023
1 parent 87bdd8d commit a6bf9cc
Show file tree
Hide file tree
Showing 3 changed files with 1,411 additions and 2,280 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "18.15.11",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@types/ws": "^8.5.4",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-react": "2.2.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"tslib": "^2.6.2",
"typescript": "4.9.5",
"vite": "3.2.7",
"ws": "8.13.0"
"ws": "8.14.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit a6bf9cc

Please sign in to comment.