From 4fa8c77bc2fc27b6787724e4bf45026aa726d1fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:42:45 +0000 Subject: [PATCH] build(deps): bump graphql from 16.7.1 to 16.8.1 in /administration 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] --- administration/package-lock.json | 8 ++++---- administration/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/administration/package-lock.json b/administration/package-lock.json index 36769aff6..82419ea2e 100644 --- a/administration/package-lock.json +++ b/administration/package-lock.json @@ -21,7 +21,7 @@ "@zxing/library": "^0.20.0", "apollo-upload-client": "^17.0.0", "date-fns": "^2.30.0", - "graphql": "^16.7.1", + "graphql": "^16.8.1", "localforage": "^1.10.0", "notistack": "^3.0.1", "pdf-lib": "^1.17.1", @@ -11756,9 +11756,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.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/administration/package.json b/administration/package.json index bb37ad59c..4f130e740 100644 --- a/administration/package.json +++ b/administration/package.json @@ -18,7 +18,7 @@ "@zxing/library": "^0.20.0", "apollo-upload-client": "^17.0.0", "date-fns": "^2.30.0", - "graphql": "^16.7.1", + "graphql": "^16.8.1", "localforage": "^1.10.0", "notistack": "^3.0.1", "pdf-lib": "^1.17.1",