From 3415bfd2e281e7e7031dc9fcb2f32f3150ef32be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 07:58:35 +0000 Subject: [PATCH] Update dependency graphql to v16.8.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fa8bd7ae..bfb678ba 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@actions/core": "1.10.1", "@actions/github": "5.1.1", - "graphql": "16.8.0" + "graphql": "16.8.1" }, "devDependencies": { "@graphql-codegen/cli": "5.0.0", diff --git a/yarn.lock b/yarn.lock index 4dd7c732..aa2a32d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3855,10 +3855,10 @@ graphql-ws@5.13.1: resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.13.1.tgz#96ac9963edb1e94c8e7f21af48ce5fcaab91779a" integrity sha512-eiX7ES/ZQr0q7hSM5UBOEIFfaAUmAY9/CSDyAnsETuybByU7l/v46drRg9DQoTvVABEHp3QnrvwgTRMhqy7zxQ== -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== graphql@^16.0.0: version "16.6.0"