From 4aca3188fb0d78977fa84032ced3fb7f3253140f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 00:25:57 +0000 Subject: [PATCH] Bump fastify-utils from 0.0.1 to 0.0.2 Bumps [fastify-utils](https://github.com/xcfio/fastify-utils) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/xcfio/fastify-utils/releases) - [Commits](https://github.com/xcfio/fastify-utils/compare/0.0.1...0.0.2) --- updated-dependencies: - dependency-name: fastify-utils dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e7061b..4a875b7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "drizzle-orm": "1.0.0-rc.4-273829f", "fastify": "^5.8.5", "fastify-socket": "^5.1.4", - "fastify-utils": "^0.0.1", + "fastify-utils": "^0.0.2", "postgres": "^3.4.9", "snowtransfer": "^0.17.7", "typebox": "^1.1.38",