diff --git a/package.json b/package.json index 79e41cea..fd2f9201 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "ajv": "8.20.0", "axios": "1.18.1", "eventsource": "4.1.0", - "fastify": "5.10.0", + "fastify": "5.11.2", "ioredis": "5.11.1", "mock-socket": "9.3.1", "pino": "10.3.1", diff --git a/yarn.lock b/yarn.lock index c382dc87..ff58c349 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1979,10 +1979,10 @@ fast-uri@^3.0.0, fast-uri@^3.0.1: resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz" integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ== -fastify@5.10.0: - version "5.10.0" - resolved "https://registry.npmjs.org/fastify/-/fastify-5.10.0.tgz#3c94a52439259a66889dbad14e0fc3d6b1bc934e" - integrity sha512-A9L0ziuWGQHgEEVgF3davQ9vbD93IuX+lo2IsxapQmu5b/Y/ynn9m9K5JHt9dvyJXOFc5iN0Zk5GHEOqnzhWjg== +fastify@5.11.2: + version "5.11.2" + resolved "https://registry.npmjs.org/fastify/-/fastify-5.11.2.tgz#591057dd3e711cafd0d1140e9827ea2c77f90b89" + integrity sha512-i/eJG7nXR9OkbFgoX4jFiPOHoRq0rXqDACVAXELh5Fdg6BFBErIVZ8MyibGCwup9Go1pYrxZJ0ogIub8vVdEcQ== dependencies: "@fastify/ajv-compiler" "^4.0.5" "@fastify/error" "^4.0.0"