From ddb79a69710dd2813be5af18a1c530c1ac032c3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 21:38:31 +0000 Subject: [PATCH] chore(deps): update dependency graphql-request to v4.3.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c95cd712..b84a7768 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@emotion/styled": "11.8.1", "framer-motion": "6.2.9", "graphql": "16.3.0", - "graphql-request": "4.2.0", + "graphql-request": "4.3.0", "he": "1.2.0", "lodash.camelcase": "4.3.0", "lodash.startcase": "4.4.0", diff --git a/yarn.lock b/yarn.lock index f766b2f1..341a40a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2074,10 +2074,10 @@ globby@^11.0.4: merge2 "^1.4.1" slash "^3.0.0" -graphql-request@4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-4.2.0.tgz#063377bc2dd29cc46aed3fddcc65fe97b805ba81" - integrity sha512-uFeMyhhl8ss4LFgjlfPeAn2pqYw+CJto+cjj71uaBYIMMK2jPIqgHm5KEFxUk0YDD41A8Bq31a2b4G2WJBlp2Q== +graphql-request@4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-4.3.0.tgz#b934e08fcae764aa2cdc697d3c821f046cb5dbf2" + integrity sha512-2v6hQViJvSsifK606AliqiNiijb1uwWp6Re7o0RTyH+uRTv/u7Uqm2g4Fjq/LgZIzARB38RZEvVBFOQOVdlBow== dependencies: cross-fetch "^3.1.5" extract-files "^9.0.0"