diff --git a/examples/commerce/nestjs-openai-agent-bff/package-lock.json b/examples/commerce/nestjs-openai-agent-bff/package-lock.json index 885aaff..05f7bea 100644 --- a/examples/commerce/nestjs-openai-agent-bff/package-lock.json +++ b/examples/commerce/nestjs-openai-agent-bff/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fastify/cors": "^11.2.0", "dotenv": "^17.2.3", - "fastify": "^5.6.2", + "fastify": "^5.7.3", "ioredis": "^5.9.1", "openai": "^6.15.0", "pino": "^10.1.0", @@ -2220,9 +2220,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.2.tgz", - "integrity": "sha512-dPugdGnsvYkBlENLhCgX8yhyGCsCPrpA8lFWbTNU428l+YOnLgYHR69hzV8HWPC79n536EqzqQtvhtdaCE0dKg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.3.tgz", + "integrity": "sha512-QHzWSmTNUg9Ba8tNXzb92FTH77K+c8yeQPH80EeSIc9wyZj85jbPisMP0rwmyKv8oJwUFPe1UpN8HkNIXwCnUQ==", "funding": [ { "type": "github", @@ -2235,7 +2235,7 @@ ], "license": "MIT", "dependencies": { - "@fastify/ajv-compiler": "^4.0.0", + "@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", diff --git a/examples/commerce/nestjs-openai-agent-bff/package.json b/examples/commerce/nestjs-openai-agent-bff/package.json index b922110..cd22631 100644 --- a/examples/commerce/nestjs-openai-agent-bff/package.json +++ b/examples/commerce/nestjs-openai-agent-bff/package.json @@ -25,7 +25,7 @@ "dependencies": { "@fastify/cors": "^11.2.0", "dotenv": "^17.2.3", - "fastify": "^5.6.2", + "fastify": "^5.7.3", "ioredis": "^5.9.1", "openai": "^6.15.0", "pino": "^10.1.0",