From ef74974cc17b3add2bb759b5716916ff97c8ff69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 02:51:05 +0000 Subject: [PATCH] chore(deps-dev): bump mercurius from 13.0.0 to 13.1.0 (#263) Bumps [mercurius](https://github.com/mercurius-js/mercurius) from 13.0.0 to 13.1.0. - [Release notes](https://github.com/mercurius-js/mercurius/releases) - [Commits](https://github.com/mercurius-js/mercurius/compare/13.0.0...v13.1.0) --- updated-dependencies: - dependency-name: mercurius dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 322d89b..8ac245d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4266,16 +4266,15 @@ } }, "node_modules/mercurius": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-13.0.0.tgz", - "integrity": "sha512-gPJGw9qymc2JSee5lUgg5OeQLM7EtLzEWMY7dV2sMwUdh3k8iO3Y22iy6B8TnIX2atpVt2xSpWHRvfiUvH6wuQ==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-13.1.0.tgz", + "integrity": "sha512-MDCmgNLk77f6Epe4af78Z36XChQ/TeHIO3l8Aoyj3whEqzlXxODNaNHt4vEfLDHCSbuLoLJTaK6bpWN0MtomUA==", "dev": true, "dependencies": { "@fastify/error": "^3.0.0", "@fastify/static": "^6.0.0", "@fastify/websocket": "^8.0.0", "fastify-plugin": "^4.2.0", - "graphql": "^16.0.0", "graphql-jit": "^0.8.0", "mqemitter": "^5.0.0", "p-map": "^4.0.0", @@ -11844,16 +11843,15 @@ } }, "mercurius": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-13.0.0.tgz", - "integrity": "sha512-gPJGw9qymc2JSee5lUgg5OeQLM7EtLzEWMY7dV2sMwUdh3k8iO3Y22iy6B8TnIX2atpVt2xSpWHRvfiUvH6wuQ==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-13.1.0.tgz", + "integrity": "sha512-MDCmgNLk77f6Epe4af78Z36XChQ/TeHIO3l8Aoyj3whEqzlXxODNaNHt4vEfLDHCSbuLoLJTaK6bpWN0MtomUA==", "dev": true, "requires": { "@fastify/error": "^3.0.0", "@fastify/static": "^6.0.0", "@fastify/websocket": "^8.0.0", "fastify-plugin": "^4.2.0", - "graphql": "^16.0.0", "graphql-jit": "^0.8.0", "mqemitter": "^5.0.0", "p-map": "^4.0.0",