From 8e7add495cae0674649e56436723e1845319fb7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:45:42 +0000 Subject: [PATCH] Bump graphql from 16.6.0 to 16.8.1 in /webstep/webstep/ClientApp Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webstep/webstep/ClientApp/package-lock.json | 6 +++--- webstep/webstep/ClientApp/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webstep/webstep/ClientApp/package-lock.json b/webstep/webstep/ClientApp/package-lock.json index 05f0b973..e77ca7d9 100644 --- a/webstep/webstep/ClientApp/package-lock.json +++ b/webstep/webstep/ClientApp/package-lock.json @@ -10417,9 +10417,9 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" }, "graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==" + "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/webstep/webstep/ClientApp/package.json b/webstep/webstep/ClientApp/package.json index e179b703..d1f0a11a 100644 --- a/webstep/webstep/ClientApp/package.json +++ b/webstep/webstep/ClientApp/package.json @@ -23,7 +23,7 @@ "chart.js": "^4.3.0", "formik": "^2.2.9", "gapi-script": "^1.2.0", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "material-ui-popup-state": "^1.9.3", "nginx": "^1.0.8", "react": "^18.2.0",