diff --git a/api/package.json b/api/package.json index cb92e373..08a272c2 100644 --- a/api/package.json +++ b/api/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 876f2bae..c5b82c60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"