Skip to content

Commit

Permalink
chore(deps): bump ws from 8.16.0 to 8.17.0
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.16.0...8.17.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 9946634 commit 56ae46f
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 128 deletions.
192 changes: 67 additions & 125 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion services/nodecg-io-tiane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"dependencies": {
"nodecg-io-core": "^0.3.0",
"ws": "^8.16.0"
"ws": "^8.17.0"
}
}
2 changes: 1 addition & 1 deletion services/nodecg-io-websocket-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"dependencies": {
"@types/ws": "^8.5.10",
"nodecg-io-core": "^0.3.0",
"ws": "^8.16.0"
"ws": "^8.17.0"
}
}
2 changes: 1 addition & 1 deletion services/nodecg-io-websocket-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"dependencies": {
"@types/ws": "^8.5.10",
"nodecg-io-core": "^0.3.0",
"ws": "^8.16.0"
"ws": "^8.17.0"
}
}

0 comments on commit 56ae46f

Please sign in to comment.