diff --git a/package-lock.json b/package-lock.json index 43d04fb..db679aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fastify/rate-limit": "^10.3.0", "adm-zip": "^0.5.10", "bullmq": "^5.65.1", - "fastify": "^5.8.1", + "fastify": "^5.8.5", "file-type": "^21.1.1", "ioredis": "^5.3.2", "markdown-it": "^14.1.1", @@ -736,9 +736,9 @@ ] }, "node_modules/fastify": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.1.tgz", - "integrity": "sha512-y0kicFvvn7CYWoPOVLOcvn4YyKQz03DIY7UxmyOy21/J8eXm09R+tmb+tVDBW5h+pja30cHI5dqUcSlvY86V2A==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.5.tgz", + "integrity": "sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 2863383..1005d11 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@fastify/rate-limit": "^10.3.0", "adm-zip": "^0.5.10", "bullmq": "^5.65.1", - "fastify": "^5.8.1", + "fastify": "^5.8.5", "file-type": "^21.1.1", "ioredis": "^5.3.2", "markdown-it": "^14.1.1",