Skip to content

Commit f0e036e

Browse files
committedDec 8, 2024
chore(deps): update fastify related
1 parent a11d69d commit f0e036e

File tree

2 files changed

+432
-291
lines changed

2 files changed

+432
-291
lines changed
 

‎package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
"author": "",
1717
"license": "ISC",
1818
"dependencies": {
19-
"@fastify/autoload": "^5.8.0",
20-
"@fastify/cookie": "^9.0.4",
21-
"@fastify/cors": "^8.3.0",
22-
"@fastify/env": "^4.2.0",
23-
"@fastify/formbody": "^7.4.0",
24-
"@fastify/helmet": "^11.0.0",
25-
"@fastify/oauth2": "^7.2.2",
26-
"@fastify/session": "^10.4.0",
27-
"@fastify/static": "^6.10.2",
28-
"@fastify/websocket": "^8.2.0",
19+
"@fastify/autoload": "^6.0.2",
20+
"@fastify/cookie": "^11.0.1",
21+
"@fastify/cors": "^10.0.1",
22+
"@fastify/env": "^5.0.1",
23+
"@fastify/formbody": "^8.0.1",
24+
"@fastify/helmet": "^13.0.0",
25+
"@fastify/oauth2": "^8.1.0",
26+
"@fastify/session": "^11.0.1",
27+
"@fastify/static": "^8.0.3",
28+
"@fastify/websocket": "^11.0.1",
2929
"@prisma/client": "^5.1.1",
3030
"@quixo3/prisma-session-store": "^3.1.13",
3131
"@socket.io/admin-ui": "^0.5.1",
3232
"consola": "^3.2.3",
33-
"fastify": "^4.21.0",
34-
"fastify-cli": "^5.9.0",
35-
"fastify-plugin": "^4.5.1",
33+
"fastify": "^5.1.0",
34+
"fastify-cli": "^7.0.1",
35+
"fastify-plugin": "^5.0.1",
3636
"fastify-socket.io": "^5.0.0",
37-
"fastify-type-provider-zod": "^1.1.9",
37+
"fastify-type-provider-zod": "^4.0.2",
3838
"fastify-zod": "^1.4.0",
3939
"pino": "^8.15.0",
4040
"socket.io": "^4.7.2",
@@ -46,7 +46,7 @@
4646
"@tsconfig/node20": "^20.1.2",
4747
"@tsconfig/recommended": "^1.0.2",
4848
"@types/node": "^20.6.1",
49-
"@types/ws": "^8.5.5",
49+
"@types/ws": "^8.5.13",
5050
"@typescript-eslint/eslint-plugin": "^6.21.0",
5151
"@vitest/eslint-plugin": "^1.1.13",
5252
"eslint": "^9.16.0",

‎pnpm-lock.yaml

+417-276
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.