1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2026-03-26 15:27:56 +00:00

Bump ws from 8.19.0 to 8.20.0 (#6)

Bumps [ws](https://github.com/websockets/ws) from 8.19.0 to 8.20.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.19.0...8.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-25 00:49:22 +01:00
committed by GitHub
parent cccd62b8ad
commit 6f073f65d1
2 changed files with 5 additions and 5 deletions

View File

@@ -18,6 +18,6 @@
"typescript": "^5.9.3"
},
"dependencies": {
"ws": "^8.19.0"
"ws": "^8.20.0"
}
}