From e34d9ca6b32a8397de01057cf22482ac7bdb092c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 10:53:36 +0000 Subject: [PATCH] chore(deps): update dependency graphql-http to v1.21.0 --- package-lock.json | 16 ++++++++-------- packages/integration-testsuite/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c09c072bfa9..f100663a0ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8534,9 +8534,9 @@ } }, "node_modules/graphql-http": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.20.0.tgz", - "integrity": "sha512-XMTieJkI8NRugwuTjWlT8OQAYH7+DCIuworslawJwRwraq4laJwvWkngYDVBIrDHPhR2sgdL/Bh8Kw5IwDDeRg==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.21.0.tgz", + "integrity": "sha512-yrItPfHj5WeT4n7iusbVin+vGSQjXFAX6U/GnYytdCJRXVad1TWGtYFDZ2ROjCKpXQzIwvfbiWCEwfuXgR3B6A==", "engines": { "node": ">=12" }, @@ -14247,7 +14247,7 @@ "@josephg/resolvable": "^1.0.1", "body-parser": "^1.20.0", "express": "^4.18.1", - "graphql-http": "1.20.0", + "graphql-http": "1.21.0", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7", @@ -14625,7 +14625,7 @@ "@josephg/resolvable": "^1.0.1", "body-parser": "^1.20.0", "express": "^4.18.1", - "graphql-http": "1.20.0", + "graphql-http": "1.21.0", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7", @@ -21011,9 +21011,9 @@ } }, "graphql-http": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.20.0.tgz", - "integrity": "sha512-XMTieJkI8NRugwuTjWlT8OQAYH7+DCIuworslawJwRwraq4laJwvWkngYDVBIrDHPhR2sgdL/Bh8Kw5IwDDeRg==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.21.0.tgz", + "integrity": "sha512-yrItPfHj5WeT4n7iusbVin+vGSQjXFAX6U/GnYytdCJRXVad1TWGtYFDZ2ROjCKpXQzIwvfbiWCEwfuXgR3B6A==", "requires": {} }, "graphql-request": { diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index 5c58d608f52..c021a046f07 100644 --- a/packages/integration-testsuite/package.json +++ b/packages/integration-testsuite/package.json @@ -35,7 +35,7 @@ "@josephg/resolvable": "^1.0.1", "body-parser": "^1.20.0", "express": "^4.18.1", - "graphql-http": "1.20.0", + "graphql-http": "1.21.0", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7",