diff --git a/package-lock.json b/package-lock.json index 07cbd3e..c5f5ccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@fastify/swagger-ui": "^5.2.5", "@sinclair/typebox": "^0.34.48", "body-parser": "^2.2.2", - "fastify": "^5.8.1", + "fastify": "^5.8.5", "fastify-graceful-shutdown": "^5.0.0", "rest-on-couch-client": "^8.0.0", "twig": "^1.17.1" @@ -3247,9 +3247,9 @@ "license": "BSD-3-Clause" }, "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 1975f06..3069584 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@fastify/swagger-ui": "^5.2.5", "@sinclair/typebox": "^0.34.48", "body-parser": "^2.2.2", - "fastify": "^5.8.1", + "fastify": "^5.8.5", "fastify-graceful-shutdown": "^5.0.0", "rest-on-couch-client": "^8.0.0", "twig": "^1.17.1"