From 4b6cd19c2b4c2efb0c4d30020fac8640142ce35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:07:49 +0000 Subject: [PATCH] build(deps): bump @fastify/error from 3.4.1 to 4.0.0 Bumps [@fastify/error](https://github.com/fastify/fastify-error) from 3.4.1 to 4.0.0. - [Release notes](https://github.com/fastify/fastify-error/releases) - [Commits](https://github.com/fastify/fastify-error/compare/v3.4.1...v4.0.0) --- updated-dependencies: - dependency-name: "@fastify/error" 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 2478cf0..105c98d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "tsd": "^0.31.0" }, "dependencies": { - "@fastify/error": "^3.0.0", + "@fastify/error": "^4.0.0", "fastify-plugin": "^4.0.0" }, "publishConfig": {