diff --git a/backend/package-lock.json b/backend/package-lock.json index bf1134d..53081ec 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -11,7 +11,7 @@ "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.2.0", "@fastify/helmet": "^13.0.2", - "@fastify/multipart": "^9.4.0", + "@fastify/multipart": "^10.0.0", "@fastify/rate-limit": "^10.3.0", "@fastify/sensible": "^6.0.4", "@fastify/static": "^9.1.0", @@ -951,9 +951,9 @@ } }, "node_modules/@fastify/multipart": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-9.4.0.tgz", - "integrity": "sha512-Z404bzZeLSXTBmp/trCBuoVFX28pM7rhv849Q5TsbTFZHuk1lc4QjQITTPK92DKVpXmNtJXeHSSc7GYvqFpxAQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@fastify/multipart/-/multipart-10.0.0.tgz", + "integrity": "sha512-pUx3Z1QStY7E7kwvDTIvB6P+rF5lzP+iqPgZyJyG3yBJVPvQaZxzDHYbQD89rbY0ciXrMOyGi8ezHDVexLvJDA==", "funding": [ { "type": "github", diff --git a/backend/package.json b/backend/package.json index 96178af..cbf2bd8 100644 --- a/backend/package.json +++ b/backend/package.json @@ -20,7 +20,7 @@ "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.2.0", "@fastify/helmet": "^13.0.2", - "@fastify/multipart": "^9.4.0", + "@fastify/multipart": "^10.0.0", "@fastify/rate-limit": "^10.3.0", "@fastify/sensible": "^6.0.4", "@fastify/static": "^9.1.0",