From 66af5d621a741a59120904fff014794d090f4e03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:28:10 +0000 Subject: [PATCH] chore(deps): update dependency graphql to ^16.8.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7aad463..815fb8e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "bob-esbuild-cli": "^4.0.0", "codecov": "^3.8.3", "esbuild": "^0.19.3", - "graphql": "^16.8.0", + "graphql": "^16.8.1", "husky": "^8.0.3", "iterall": "^1.3.0", "jest": "^29.7.0", diff --git a/yarn.lock b/yarn.lock index 8415d15..b5631e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3537,10 +3537,10 @@ graphql-tag@^2.12.6: dependencies: tslib "^2.1.0" -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== handlebars@^4.7.7: version "4.7.7"