From 112140d2615ca762b81013d16f3999a7c6742050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:36:33 +0000 Subject: [PATCH] chore(deps): bump graphql in /subscription-with-authentication/frontend Bumps [graphql](https://github.com/graphql/graphql-js) from 16.7.1 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.7.1...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- subscription-with-authentication/frontend/package-lock.json | 6 +++--- subscription-with-authentication/frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subscription-with-authentication/frontend/package-lock.json b/subscription-with-authentication/frontend/package-lock.json index f5e065d..c6bfb45 100644 --- a/subscription-with-authentication/frontend/package-lock.json +++ b/subscription-with-authentication/frontend/package-lock.json @@ -5746,9 +5746,9 @@ "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" }, "graphql": { - "version": "16.7.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz", - "integrity": "sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==" + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" }, "graphql-tag": { "version": "2.12.6", diff --git a/subscription-with-authentication/frontend/package.json b/subscription-with-authentication/frontend/package.json index f1d8bd1..aa22436 100644 --- a/subscription-with-authentication/frontend/package.json +++ b/subscription-with-authentication/frontend/package.json @@ -10,7 +10,7 @@ "apollo-link-http": "latest", "apollo-link-ws": "1.0.20", "apollo-utilities": "latest", - "graphql": "16.7.1", + "graphql": "16.8.1", "graphql-tag": "2.12.6", "react": "18.2.0", "react-apollo": "3.1.5",