From ffc5c918a6754cee554581efcc267505b7363f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 18:15:33 +0000 Subject: [PATCH] Bump fastify-error from 0.3.1 to 1.0.0 Bumps [fastify-error](https://github.com/fastify/fastify-error) from 0.3.1 to 1.0.0. - [Release notes](https://github.com/fastify/fastify-error/releases) - [Commits](https://github.com/fastify/fastify-error/compare/v0.3.1...v1.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 f38a7ac..394f496 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@graphql-tools/wrap": "^8.3.2", - "fastify-error": "^0.3.0", + "fastify-error": "^1.0.0", "fastify-plugin": "^3.0.0", "graphql": "^16.2.0" },