From b2429812b4d53a7a885cf2dd4c7ee7531813c9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:17:53 +0000 Subject: [PATCH] build(deps): bump @fastify/error from 3.4.1 to 4.0.0 (#205) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88e7313..74976fe 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "tsd": "^0.31.0" }, "dependencies": { - "@fastify/error": "^3.4.1", + "@fastify/error": "^4.0.0", "fastify-plugin": "^4.5.1", "path-to-regexp": "^6.2.2", "reusify": "^1.0.4"