From d50e9bf358d5750a21e6b95d9a7f54938bbf9d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:06:13 +0000 Subject: [PATCH] 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: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 b96b356..2a54a4d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "Raju Ghorai", "license": "ISC", "dependencies": { - "fastify": "^4.23.2" + "fastify": "^5.0.0" }, "devDependencies": { "@types/node": "^20.8.2",