build(deps): bump ws and @types/ws (#4144)

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.18.0 to 8.18.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.18.0...8.18.1)

Updates `@types/ws` from 8.5.13 to 8.5.14
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-15 11:24:28 -05:00
committed by GitHub
co-authored by Skillz4Killz
parent c4f2fc2b01
commit 99c8a2e780
2 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
"dependencies": {
"@discordeno/types": "workspace:^",
"@discordeno/utils": "workspace:^",
"ws": "^8.18.0"
"ws": "^8.18.1"
},
"optionalDependencies": {
"fzstd": "^0.1.1"
@@ -49,7 +49,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.0",
"@types/sinon": "^17.0.3",
"@types/ws": "^8.5.13",
"@types/ws": "^8.5.14",
"c8": "^10.1.3",
"chai": "^5.1.2",
"mocha": "patch:mocha@npm%3A11.0.2#~/.yarn/patches/mocha-npm-11.0.2-b5d6b95284.patch",