From e726624c8661fee648fe5b771fc9e17e8ef9bda6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:46:29 +0000 Subject: [PATCH] build(deps): bump mercurius from 13.1.0 to 13.2.2 (#1150) Bumps [mercurius](https://github.com/mercurius-js/mercurius) from 13.1.0 to 13.2.2. - [Release notes](https://github.com/mercurius-js/mercurius/releases) - [Commits](https://github.com/mercurius-js/mercurius/compare/v13.1.0...v13.2.2) --- updated-dependencies: - dependency-name: mercurius dependency-type: direct:production 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 | 8 ++++---- packages/network-of-terms-graphql/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c16ce8f9d..8565f0d9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11286,9 +11286,9 @@ } }, "node_modules/mercurius": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-13.1.0.tgz", - "integrity": "sha512-MDCmgNLk77f6Epe4af78Z36XChQ/TeHIO3l8Aoyj3whEqzlXxODNaNHt4vEfLDHCSbuLoLJTaK6bpWN0MtomUA==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-13.2.2.tgz", + "integrity": "sha512-Bj5hrkJZgFOk4zo4ZcfP3k7P85Gdsxh9gGOLLQxCR+zXzHkia9o6FJuMebJjXhuWXybqFbWon3YmWx3/JaniVA==", "dependencies": { "@fastify/error": "^3.0.0", "@fastify/static": "^6.0.0", @@ -17757,7 +17757,7 @@ "env-schema": "5.2.0", "fastify": "4.19.2", "joi": "17.11.0", - "mercurius": "13.1.0", + "mercurius": "13.2.2", "mercurius-logging": "^1.3.0" }, "devDependencies": { diff --git a/packages/network-of-terms-graphql/package.json b/packages/network-of-terms-graphql/package.json index 54f5daf42..9b6be4ded 100644 --- a/packages/network-of-terms-graphql/package.json +++ b/packages/network-of-terms-graphql/package.json @@ -15,7 +15,7 @@ "env-schema": "5.2.0", "fastify": "4.19.2", "joi": "17.11.0", - "mercurius": "13.1.0", + "mercurius": "13.2.2", "mercurius-logging": "^1.3.0" }, "devDependencies": {