From f5a15d043d85790ec4937ee8c4334e50291e07d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 14:15:00 +0000 Subject: [PATCH] build(deps-dev): bump mercurius from 12.2.0 to 13.0.0 (#7) Bumps [mercurius](https://github.com/mercurius-js/mercurius) from 12.2.0 to 13.0.0. - [Release notes](https://github.com/mercurius-js/mercurius/releases) - [Commits](https://github.com/mercurius-js/mercurius/compare/v12.2.0...13.0.0) --- updated-dependencies: - dependency-name: mercurius dependency-type: direct:development 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 2bdd999..29bb3b5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/Eomm/mercurius-hit-map#readme", "devDependencies": { "fastify": "^4.4.0", - "mercurius": "^12.0.0", + "mercurius": "^13.0.0", "standard": "^17.0.0", "tap": "^16.3.0", "ws": "^8.9.0"