diff --git a/examples/commerce/nestjs-openai-agent-bff/package-lock.json b/examples/commerce/nestjs-openai-agent-bff/package-lock.json index 885aaff..60dabe3 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.8.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.8.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.3.tgz", + "integrity": "sha512-XJXpRQ41+rsJ/GLeP9vyDC+fBXilcTlEXokMSexkdEkla4uf7ZQNaI5xl3el+kW5TZQulqYxLr659ey/KX7XmQ==", "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", @@ -2244,7 +2244,7 @@ "fast-json-stringify": "^6.0.0", "find-my-way": "^9.0.0", "light-my-request": "^6.0.0", - "pino": "^10.1.0", + "pino": "^9.14.0 || ^10.1.0", "process-warning": "^5.0.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", diff --git a/examples/commerce/nestjs-openai-agent-bff/package.json b/examples/commerce/nestjs-openai-agent-bff/package.json index b922110..b51d12d 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.8.3", "ioredis": "^5.9.1", "openai": "^6.15.0", "pino": "^10.1.0",