From 587a64739a75ee2a46e854df161530c4c3398bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:26:49 +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 c9086dc..e8d2e7d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@fastify/multipart": "^8.0.0", "@types/node": "^22.0.0", - "fastify": "^4.17.0", + "fastify": "^5.0.0", "light-my-request": "^6.0.0", "multiparty": "^4.2.1", "standard": "^17.0.0",