Skip to content

Commit

Permalink
Bump ws and @types/ws in /Server
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.17.1 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.17.1...8.18.0)

Updates `@types/ws` from 8.5.10 to 8.5.12
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 1, 2024
1 parent 5c3c271 commit f644a2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Server/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 Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"log4js": "^6.7.1",
"mongodb": "^6.8.0",
"multer": "^1.4.5-lts.1",
"ws": "^8.17.1"
"ws": "^8.18.0"
},
"devDependencies": {
"@types/chai": "^4.3.4",
Expand All @@ -48,7 +48,7 @@
"@types/mocha": "^10.0.7",
"@types/multer": "^1.4.12",
"@types/node": "^20.13.0",
"@types/ws": "^8.5.10",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.20.0",
"chai": "^4.5.0",
Expand Down

0 comments on commit f644a2e

Please sign in to comment.