From 5434967d115deef67387767b44d0baf21be147c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:57:59 +0000 Subject: [PATCH] Bump fastify from 3.29.5 to 4.15.0 Bumps [fastify](https://github.com/fastify/fastify) from 3.29.5 to 4.15.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.29.5...v4.15.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 1b545c4..d810947 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "abstract-logging": "2.0.1", - "fastify": "^3.0.0-rc.2", + "fastify": "^4.15.0", "standard": "^16.0.1", "tap": "^14.10.7", "tsd": "^0.11.0"