From dd3041ac29479f460cb0b19aa05e3e9d939e14e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:06:54 +0000 Subject: [PATCH] Bump fastify-cli from 3.1.0 to 5.7.1 Bumps [fastify-cli](https://github.com/fastify/fastify-cli) from 3.1.0 to 5.7.1. - [Release notes](https://github.com/fastify/fastify-cli/releases) - [Commits](https://github.com/fastify/fastify-cli/compare/v3.1.0...v5.7.1) --- updated-dependencies: - dependency-name: fastify-cli 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..4215b5e 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": "^5.7.1" }, "devDependencies": { "standard": "^17.0.0",