From bedd4c0af977fe02c7b0bd2505d3842fb5fbca7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:27:42 +0000 Subject: [PATCH] build(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 0ea25e8..3870bd1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@fastify/pre-commit": "^2.0.2", "@types/node": "^22.5.4", "cross-env": "^7.0.2", - "fastify": "^4.0.0-rc.2", + "fastify": "^5.0.0", "simple-get": "^4.0.1", "standard": "^17.0.0", "tap": "^21.0.1",