From f6e079e91cc0ca52a376c4202411d3a6f589d5de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:08:41 +0000 Subject: [PATCH] build(deps): bump @fastify/error from 3.4.1 to 4.0.0 (#337) 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 d950234..8f848a8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "homepage": "https://github.com/fastify/fastify-jwt#readme", "dependencies": { - "@fastify/error": "^3.0.0", + "@fastify/error": "^4.0.0", "@lukeed/ms": "^2.0.0", "fast-jwt": "^4.0.0", "fastify-plugin": "^4.0.0",