From 3f0a4c0e49ce41d0e09b476bf03d628ecd335ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:07:58 +0000 Subject: [PATCH] chore(deps-dev): bump fastify from 4.28.1 to 5.0.0 Bumps [fastify](https://github.com/fastify/fastify) from 4.28.1 to 5.0.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.28.1...v5.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 5a647e0..d061433 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@faker-js/faker": "^9.0.0", "@types/node": "^22.0.0", - "fastify": "^4.11.0", + "fastify": "^5.0.0", "husky": "^9.0.11", "snazzy": "^9.0.0", "standard": "^17.0.0",