From 5a6f9ffb8ea13f34b557455705f8fedce8b120e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 10:14:22 +0000 Subject: [PATCH] chore(deps): update dependency graphql-http to v1.19.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 5b13b3da13d..0919eb202a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8685,9 +8685,9 @@ } }, "node_modules/graphql-http": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.18.0.tgz", - "integrity": "sha512-r2sIo6jCTQi1aj7s+Srg7oU3+r5pUUgxgDD5JDZOmFzrbXVGz+yMhIKhvqW0cV10DcnVIFCOzuFuc1qvnjJ7yQ==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.19.0.tgz", + "integrity": "sha512-fOD3hfp/G+Lhx2FWW5HsfmtJSsw6CikcpOboG7/mFo/pPUzn3yOwKdTFRnJ8MVY4ru69MT1nSPr/1gI/iuGNlw==", "engines": { "node": ">=12" }, @@ -14557,7 +14557,7 @@ "@josephg/resolvable": "^1.0.1", "body-parser": "^1.20.0", "express": "^4.18.1", - "graphql-http": "1.18.0", + "graphql-http": "1.19.0", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7", @@ -14884,7 +14884,7 @@ "@josephg/resolvable": "^1.0.1", "body-parser": "^1.20.0", "express": "^4.18.1", - "graphql-http": "1.18.0", + "graphql-http": "1.19.0", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7", @@ -21353,9 +21353,9 @@ } }, "graphql-http": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.18.0.tgz", - "integrity": "sha512-r2sIo6jCTQi1aj7s+Srg7oU3+r5pUUgxgDD5JDZOmFzrbXVGz+yMhIKhvqW0cV10DcnVIFCOzuFuc1qvnjJ7yQ==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.19.0.tgz", + "integrity": "sha512-fOD3hfp/G+Lhx2FWW5HsfmtJSsw6CikcpOboG7/mFo/pPUzn3yOwKdTFRnJ8MVY4ru69MT1nSPr/1gI/iuGNlw==", "requires": {} }, "graphql-request": { diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index e74add1cb28..407baade347 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.18.0", + "graphql-http": "1.19.0", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7",