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

Updates `@types/ws` from 8.5.3 to 8.5.4
- [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 16, 2023
1 parent eb66590 commit 485d94b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 @@ -21,7 +21,7 @@
"jsonwebtoken": "^9.0.0",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"ws": "^8.11.0"
"ws": "^8.12.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
Expand All @@ -30,7 +30,7 @@
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.11.13",
"@types/uuid": "^9.0.0",
"@types/ws": "^8.5.3",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.29.0",
Expand Down

0 comments on commit 485d94b

Please sign in to comment.