From 1adc0a10e768d5b7cf6951e60901537f49f9648a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:21:11 +0000 Subject: [PATCH] Build(deps): bump graphql from 16.8.1 to 16.8.2 (#643) Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.1 to 16.8.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.8.2) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72fb2cd..9f12b16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "env-schema": "^5.2.1", "fastify": "^4.28.0", "fluent-json-schema": "^4.2.1", - "graphql": "^16.8.1", + "graphql": "^16.8.2", "mercurius": "^14.1.0", "pg": "^8.12.0", "pino-pretty": "^11.2.0", @@ -6542,9 +6542,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "version": "16.8.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", + "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -19616,9 +19616,9 @@ "dev": true }, "graphql": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" + "version": "16.8.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.2.tgz", + "integrity": "sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==" }, "graphql-jit": { "version": "0.8.4", diff --git a/package.json b/package.json index 2b7b074..abaf1eb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "env-schema": "^5.2.1", "fastify": "^4.28.0", "fluent-json-schema": "^4.2.1", - "graphql": "^16.8.1", + "graphql": "^16.8.2", "mercurius": "^14.1.0", "pg": "^8.12.0", "pino-pretty": "^11.2.0",