diff --git a/package-lock.json b/package-lock.json index 7e5d166ca..7e4d43fc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cssom": "^0.5.0", "dotenv": "^10.0.0", "env-schema": "^3.5.0", - "fastify": "^3.24.0", + "fastify": "^3.24.1", "fastify-accepts": "^2.1.0", "fastify-autoload": "^3.9.0", "fastify-bearer-auth": "^6.0.0", @@ -4426,9 +4426,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fastify": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.24.0.tgz", - "integrity": "sha512-fmRyrI25rzLGHDQ1FME02NsbP658mVa0EaSqfYUFwx2UOF+4/GcyNrsdWILSDOEiUbOsRYCD3sRCE9v7mvRLRQ==", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.24.1.tgz", + "integrity": "sha512-ZL0V6u37d65tAY8lMwVMFtFvnEeJcG80QBNSdChqCm4i4x+is/38OU14gzJuRXhpenTL+pTJzNcu5Kn1ouzM3Q==", "dependencies": { "@fastify/ajv-compiler": "^1.0.0", "abstract-logging": "^2.0.0", @@ -14928,9 +14928,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "fastify": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.24.0.tgz", - "integrity": "sha512-fmRyrI25rzLGHDQ1FME02NsbP658mVa0EaSqfYUFwx2UOF+4/GcyNrsdWILSDOEiUbOsRYCD3sRCE9v7mvRLRQ==", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.24.1.tgz", + "integrity": "sha512-ZL0V6u37d65tAY8lMwVMFtFvnEeJcG80QBNSdChqCm4i4x+is/38OU14gzJuRXhpenTL+pTJzNcu5Kn1ouzM3Q==", "requires": { "@fastify/ajv-compiler": "^1.0.0", "abstract-logging": "^2.0.0", diff --git a/package.json b/package.json index e08071653..5c6d53a17 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "cssom": "^0.5.0", "dotenv": "^10.0.0", "env-schema": "^3.5.0", - "fastify": "^3.24.0", + "fastify": "^3.24.1", "fastify-accepts": "^2.1.0", "fastify-autoload": "^3.9.0", "fastify-bearer-auth": "^6.0.0",