From d001d2727f4d0767d4bc80ff0c5660f1c17febd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:53:02 +0000 Subject: [PATCH] build(deps): bump mercurius from 15.0.0 to 15.1.0 Bumps [mercurius](https://github.com/mercurius-js/mercurius) from 15.0.0 to 15.1.0. - [Release notes](https://github.com/mercurius-js/mercurius/releases) - [Commits](https://github.com/mercurius-js/mercurius/compare/v15.0.0...v15.1.0) --- updated-dependencies: - dependency-name: mercurius dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f8cdd2ee..e39f0c19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14516,9 +14516,9 @@ } }, "node_modules/mercurius": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-15.0.0.tgz", - "integrity": "sha512-Kb/EznlDZEJ4lztD1QfDp/01SiC8doO1cvlM6FfjiljL3LMCa40RIZxWVUZAl8KOnSEKBc940gmAxEFmgWBLvA==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-15.1.0.tgz", + "integrity": "sha512-/hmhLpT3Yuk+dQe5Rv+PMRZtEnLDheRVwHzffM+FWY/m+KAEqh2lh89ZdEAkCa7UsYQh2cHcT7Uzm6xyvZxbSw==", "dependencies": { "@fastify/error": "^4.0.0", "@fastify/static": "^8.0.0", @@ -21013,7 +21013,7 @@ "env-schema": "6.0.0", "fastify": "5.0.0", "joi": "17.13.3", - "mercurius": "15.0.0", + "mercurius": "15.1.0", "mercurius-logging": "2.0.0" }, "devDependencies": { diff --git a/packages/network-of-terms-graphql/package.json b/packages/network-of-terms-graphql/package.json index 956a20d5..f1972de3 100644 --- a/packages/network-of-terms-graphql/package.json +++ b/packages/network-of-terms-graphql/package.json @@ -15,7 +15,7 @@ "env-schema": "6.0.0", "fastify": "5.0.0", "joi": "17.13.3", - "mercurius": "15.0.0", + "mercurius": "15.1.0", "mercurius-logging": "2.0.0" }, "devDependencies": {