From e38d45438b1a2c99bb4f57d2a54c2b72a1543a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 03:04:02 +0000 Subject: [PATCH] chore(deps-dev): bump fastify from 3.29.0 to 4.0.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.29.0 to 4.0.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.29.0...v4.0.0) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:development 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 511e16b..072babf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@types/amqplib": "^0.8.0", - "fastify": "^3.10.1", + "fastify": "^4.0.0", "pre-commit": "^1.2.2", "standard": "^17.0.0", "tap": "^16.0.0",