From cb42a7a73b66b670476561a085b79348aff8a1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 15:05:22 +0000 Subject: [PATCH] chore(deps): bump fastify in /examples/openapi-ts-fastify Bumps [fastify](https://github.com/fastify/fastify) from 5.2.0 to 5.3.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.2.0...v5.3.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/openapi-ts-fastify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/openapi-ts-fastify/package.json b/examples/openapi-ts-fastify/package.json index 16ef326bf..908876c55 100644 --- a/examples/openapi-ts-fastify/package.json +++ b/examples/openapi-ts-fastify/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@hey-api/client-fetch": "workspace:*", - "fastify": "5.2.0", + "fastify": "5.3.1", "fastify-openapi-glue": "4.8.0" }, "devDependencies": {