Skip to content

Commit

Permalink
build(deps): bump ws and @types/ws in /superset-websocket
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.1 to 8.14.2
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.14.1...8.14.2)

Updates `@types/ws` from 8.5.5 to 8.5.6
- [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-patch
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent ff95d0f commit 4940c2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions superset-websocket/package-lock.json

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

4 changes: 2 additions & 2 deletions superset-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jsonwebtoken": "^9.0.2",
"uuid": "^9.0.1",
"winston": "^3.10.0",
"ws": "^8.14.1"
"ws": "^8.14.2"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
Expand All @@ -31,7 +31,7 @@
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "^20.8.2",
"@types/uuid": "^9.0.4",
"@types/ws": "^8.5.5",
"@types/ws": "^8.5.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.49.0",
Expand Down

0 comments on commit 4940c2d

Please sign in to comment.