chore(api): migrate to fastify v5 (#57576)

This commit is contained in:
Oliver Eyton-Williams
2025-06-02 04:37:57 +02:00
committed by GitHub
parent 690d05c7b9
commit 89402caa9d
14 changed files with 301 additions and 298 deletions

View File

@@ -5,14 +5,14 @@
},
"dependencies": {
"@aws-sdk/client-ses": "3.521.0",
"@fastify/accepts": "4.3.0",
"@fastify/cookie": "9.4.0",
"@fastify/csrf-protection": "6.4.1",
"@fastify/multipart": "^8.3.0",
"@fastify/oauth2": "7.8.1",
"@fastify/swagger": "8.14.0",
"@fastify/swagger-ui": "1.10.2",
"@fastify/type-provider-typebox": "3.6.0",
"@fastify/accepts": "5.0.2",
"@fastify/cookie": "11.0.1",
"@fastify/csrf-protection": "7.1.0",
"@fastify/multipart": "^9.0.3",
"@fastify/oauth2": "8.1.2",
"@fastify/swagger": "9.4.0",
"@fastify/swagger-ui": "5.2.0",
"@fastify/type-provider-typebox": "5.1.0",
"@growthbook/growthbook": "1.3.1",
"@prisma/client": "5.5.2",
"@sentry/node": "9.1.0",
@@ -23,8 +23,8 @@
"date-fns": "2.30.0",
"dotenv": "16.4.5",
"fast-uri": "2.3.0",
"fastify": "4.29.0",
"fastify-plugin": "4.5.1",
"fastify": "5.2.0",
"fastify-plugin": "5.0.1",
"joi": "17.12.2",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",