From a177845a990aa23cc92b4bdc4801569bb8f91353 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 00:53:35 +0000 Subject: [PATCH] chore(dev-deps): update dependency graphql-anywhere to v4.2.8 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 63522b1d..a981ce74 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "gatsby-plugin-sharp": "4.21.0", "gatsby-source-filesystem": "4.21.1", "graphql": "15.8.0", - "graphql-anywhere": "4.2.7", + "graphql-anywhere": "4.2.8", "graphql-tag": "2.12.6", "is-base64": "1.1.0", "jest": "27.5.1", diff --git a/yarn.lock b/yarn.lock index ddf91a1f..bf40203a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9071,14 +9071,14 @@ grapheme-splitter@^1.0.4: resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== -graphql-anywhere@4.2.7: - version "4.2.7" - resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.2.7.tgz#c06fb40b1d62b39470c80e3731478dbbef060067" - integrity sha512-fJHvVywWVWjiHuPIMs16Nfjf4zdQUwSO1LKycwBJCWIPeoeQ8LqXK2BgYoZAHkhKEFktZZeYyzS4o/uIUG0z5A== +graphql-anywhere@4.2.8: + version "4.2.8" + resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.2.8.tgz#136ede3142268f96f67c9a7d13ba37bff640aeb7" + integrity sha512-bKeJJoY9JyWMAiz5isKrtYUdIUBOBiXUOrA9CQgs9Drh9itFtxhWndQH4UBuYfrMticum6Oj1uQ6iSvZk94cMQ== dependencies: apollo-utilities "^1.3.4" ts-invariant "^0.3.2" - tslib "^1.10.0" + tslib "^2.4.0" graphql-compose@^9.0.0, graphql-compose@^9.0.7: version "9.0.7"