From 8518aa8ea22568eb88c3df5b3375e72a0084ae53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:36:00 +0000 Subject: [PATCH] Bump the gql group with 1 update Bumps the gql group with 1 update: [graphql](https://github.com/graphql/graphql-js). - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.7.1...v16.8.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gql ... Signed-off-by: dependabot[bot] --- apps/nodepen-client/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/nodepen-client/package.json b/apps/nodepen-client/package.json index 66f6b1bc0..05dec753e 100644 --- a/apps/nodepen-client/package.json +++ b/apps/nodepen-client/package.json @@ -12,7 +12,7 @@ "@nodepen/core": "^2.0.0", "@nodepen/nodes": "^2.0.0", "@tanstack/react-query": "^4.32.6", - "graphql": "^16.7.1", + "graphql": "^16.8.0", "graphql-tag": "^2.12.6", "next": "13.4.13", "next-images": "^1.8.5", diff --git a/package-lock.json b/package-lock.json index 987944c4e..d4e4435ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@nodepen/core": "^2.0.0", "@nodepen/nodes": "^2.0.0", "@tanstack/react-query": "^4.32.6", - "graphql": "^16.7.1", + "graphql": "^16.8.0", "graphql-tag": "^2.12.6", "next": "13.4.13", "next-images": "^1.8.5", @@ -4585,9 +4585,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.7.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz", - "integrity": "sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==", + "version": "16.8.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.0.tgz", + "integrity": "sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" }