diff --git a/package-lock.json b/package-lock.json index 4779cb1f..40c4f906 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "cross-env": "^10.0.0", "dotenv": "^17.2.3", "ejs": "^3.1.10", - "fastify": "^5.7.4", + "fastify": "^5.8.5", "fs": "^0.0.1-security", "graphql": "^16.13.0", "ioredis": "^5.8.2", @@ -5704,6 +5704,39 @@ } } }, + "node_modules/@nestjs/platform-fastify/node_modules/fastify": { + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.2.tgz", + "integrity": "sha512-lZmt3navvZG915IE+f7/TIVamxIwmBd+OMB+O9WBzcpIwOo6F0LTh0sluoMFk5VkrKTvvrwIaoJPkir4Z+jtAg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT", + "dependencies": { + "@fastify/ajv-compiler": "^4.0.5", + "@fastify/error": "^4.0.0", + "@fastify/fast-json-stringify-compiler": "^5.0.0", + "@fastify/proxy-addr": "^5.0.0", + "abstract-logging": "^2.0.1", + "avvio": "^9.0.0", + "fast-json-stringify": "^6.0.0", + "find-my-way": "^9.0.0", + "light-my-request": "^6.0.0", + "pino": "^9.14.0 || ^10.1.0", + "process-warning": "^5.0.0", + "rfdc": "^1.3.1", + "secure-json-parse": "^4.0.0", + "semver": "^7.6.0", + "toad-cache": "^3.7.0" + } + }, "node_modules/@nestjs/platform-socket.io": { "version": "11.1.10", "resolved": "https://registry.npmjs.org/@nestjs/platform-socket.io/-/platform-socket.io-11.1.10.tgz", @@ -15283,9 +15316,9 @@ } }, "node_modules/fastify": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.2.tgz", - "integrity": "sha512-lZmt3navvZG915IE+f7/TIVamxIwmBd+OMB+O9WBzcpIwOo6F0LTh0sluoMFk5VkrKTvvrwIaoJPkir4Z+jtAg==", + "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 5574bec6..a3f7aece 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "cross-env": "^10.0.0", "dotenv": "^17.2.3", "ejs": "^3.1.10", - "fastify": "^5.7.4", + "fastify": "^5.8.5", "fs": "^0.0.1-security", "graphql": "^16.13.0", "ioredis": "^5.8.2",