From 8ac18945c9e14d2b51bc8fe3936aa1a40293cb10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:05:45 +0000 Subject: [PATCH] Bump fastify-cli from 3.1.0 to 7.4.0 Bumps [fastify-cli](https://github.com/fastify/fastify-cli) from 3.1.0 to 7.4.0. - [Release notes](https://github.com/fastify/fastify-cli/releases) - [Commits](https://github.com/fastify/fastify-cli/compare/v3.1.0...v7.4.0) --- updated-dependencies: - dependency-name: fastify-cli dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f98a1fd..bc35b06 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "David Mark Clements (@davidmarkclem)", "license": "MIT", "dependencies": { - "fastify-cli": "^3.0.1" + "fastify-cli": "^7.4.0" }, "devDependencies": { "standard": "^17.0.0",