Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency @fastify/websocket to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 2b51ba0 commit 9ef0cae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"yarn-run-all": "3.1.1"
},
"dependencies": {
"@fastify/websocket": "9.0.0",
"@fastify/websocket": "10.0.1",
"@vercel/ncc": "0.38.1",
"fastify": "4.26.2",
"jimp": "0.22.12",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2123,10 +2123,10 @@
dependencies:
fast-json-stringify "^5.7.0"

"@fastify/websocket@9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@fastify/websocket/-/websocket-9.0.0.tgz#cc20882327758221859b5f8800e2fd4b82fa9626"
integrity sha512-rpHDtDdTaAQ1GuN6VzOZaUEmegXR3HhSA2QAL2e8GgiNGo/cTyy+chwbu7OjDIWnq3HZisitln/0N8Xdn0Fc+w==
"@fastify/websocket@10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@fastify/websocket/-/websocket-10.0.1.tgz#ece72340870dfccc0d5abdbe7242c632a5f3340a"
integrity sha512-8/pQIxTPRD8U94aILTeJ+2O3el/r19+Ej5z1O1mXlqplsUH7KzCjAI0sgd5DM/NoPjAi5qLFNIjgM5+9/rGSNw==
dependencies:
duplexify "^4.1.2"
fastify-plugin "^4.0.0"
Expand Down

0 comments on commit 9ef0cae

Please sign in to comment.