From 1bbb2d8f720b204005c8d873cee9e82e632eefad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:54:06 +0000 Subject: [PATCH] build(deps): bump fastify Bumps [fastify](https://github.com/fastify/fastify) from 5.8.5 to 5.9.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.8.5...v5.9.0) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../typescript/foundry-agent-service/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference-architectures/app/api/typescript/foundry-agent-service/package-lock.json b/reference-architectures/app/api/typescript/foundry-agent-service/package-lock.json index 74969c1c..51fd735a 100644 --- a/reference-architectures/app/api/typescript/foundry-agent-service/package-lock.json +++ b/reference-architectures/app/api/typescript/foundry-agent-service/package-lock.json @@ -2976,9 +2976,9 @@ } }, "node_modules/fastify": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.5.tgz", - "integrity": "sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.9.0.tgz", + "integrity": "sha512-VMS5lE0zj+MZlJpQa3Qv5iGjfun0H2N7VRgoBwpcTNQ2bdIQpv7fDpb+HGteGbicBsGkzGS+X+hdx9mmrfWuHQ==", "funding": [ { "type": "github", @@ -2998,7 +2998,7 @@ "abstract-logging": "^2.0.1", "avvio": "^9.0.0", "fast-json-stringify": "^6.0.0", - "find-my-way": "^9.0.0", + "find-my-way": "^9.6.0", "light-my-request": "^6.0.0", "pino": "^9.14.0 || ^10.1.0", "process-warning": "^5.0.0",