From c6ef7c114d75f9cc9fbd76837e09d7a306e8060f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 05:27:47 +0000 Subject: [PATCH] chore(deps): bump graphql from 16.8.0 to 16.8.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61c968c..dc938da 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dayjs": "^1.11.9", "electron-log": "^4.4.8", "electron-store": "^8.1.0", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "graphql-request": "^6.1.0", "tinycolor2": "^1.6.0", "vue": "^3.3.4", diff --git a/yarn.lock b/yarn.lock index 5ffd9e8..95c20fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2192,10 +2192,10 @@ graphql-request@^6.1.0: "@graphql-typed-document-node/core" "^3.2.0" cross-fetch "^3.1.5" -graphql@^16.8.0: - version "16.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.0.tgz#374478b7f27b2dc6153c8f42c1b80157f79d79d4" - integrity sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg== +graphql@^16.8.1: + version "16.8.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== has-flag@^4.0.0: version "4.0.0"