From cb8118f3bf2138af9230f22616cb53ddbcaad046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:14:42 +0000 Subject: [PATCH] Bump mercurius from 13.4.1 to 14.0.0 Bumps [mercurius](https://github.com/mercurius-js/mercurius) from 13.4.1 to 14.0.0. - [Release notes](https://github.com/mercurius-js/mercurius/releases) - [Commits](https://github.com/mercurius-js/mercurius/compare/v13.4.1...v14.0.0) --- updated-dependencies: - dependency-name: mercurius 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 44c91f7..32d77e2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "autocannon": "^7.15.0", "concurrently": "^8.2.2", "fastify": "^4.26.2", - "mercurius": "^13.4.0", + "mercurius": "^14.0.0", "pre-commit": "^1.2.2", "snazzy": "^9.0.0", "standard": "^17.1.0",