Skip to content

Commit

Permalink
chore(deps): 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.17.1 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.17.1...8.18.0)

Updates `@types/ws` from 8.5.10 to 8.5.11
- [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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent c7a0a9a commit acdd7e1
Show file tree
Hide file tree
Showing 3 changed files with 13,814 additions and 17,517 deletions.
2 changes: 1 addition & 1 deletion libs/libs5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"level": "^8.0.0",
"multiformats": "^13.1.0",
"p-defer": "^4.0.0",
"ws": "^8.17.1"
"ws": "^8.18.0"
},
"files": [
"src"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@tanstack/react-table": "^8.17.0",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.14",
"@types/ws": "^8.5.10",
"@types/ws": "^8.5.11",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.7.4",
"@uppy/core": "^3.11.1",
Expand Down Expand Up @@ -122,7 +122,7 @@
"vite": "^5.1.0",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-node-polyfills": "^0.21.0",
"ws": "^8.17.1",
"ws": "^8.18.0",
"xml2js": "^0.6.2",
"zod": "^3.22.4",
"zustand": "^4.5.4"
Expand Down
Loading

0 comments on commit acdd7e1

Please sign in to comment.