From 456791a9b532359f90cdf9958e976484851e54af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 07:14:27 +0000 Subject: [PATCH] chore(deps): update dependency graphql-http to v1.22.1 --- package-lock.json | 20 ++++++++++++-------- packages/integration-testsuite/package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 667efc4926d..7cc57c472da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8811,9 +8811,13 @@ } }, "node_modules/graphql-http": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.22.0.tgz", - "integrity": "sha512-9RBUlGJWBFqz9LwfpmAbjJL/8j/HCNkZwPBU5+Bfmwez+1Ay43DocMNQYpIWsWqH0Ftv6PTNAh2aRnnMCBJgLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.22.1.tgz", + "integrity": "sha512-4Jor+LRbA7SfSaw7dfDUs2UBzvWg3cKrykfHRgKsOIvQaLuf+QOcG2t3Mx5N9GzSNJcuqMqJWz0ta5+BryEmXg==", + "license": "MIT", + "workspaces": [ + "implementations/**/*" + ], "engines": { "node": ">=12" }, @@ -14440,7 +14444,7 @@ "@apollo/utils.createhash": "^2.0.0", "@apollo/utils.keyvaluecache": "^2.1.0", "express": "^4.18.1", - "graphql-http": "1.22.0", + "graphql-http": "1.22.1", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7", @@ -14769,7 +14773,7 @@ "@apollo/utils.createhash": "^2.0.0", "@apollo/utils.keyvaluecache": "^2.1.0", "express": "^4.18.1", - "graphql-http": "1.22.0", + "graphql-http": "1.22.1", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7", @@ -21286,9 +21290,9 @@ } }, "graphql-http": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.22.0.tgz", - "integrity": "sha512-9RBUlGJWBFqz9LwfpmAbjJL/8j/HCNkZwPBU5+Bfmwez+1Ay43DocMNQYpIWsWqH0Ftv6PTNAh2aRnnMCBJgLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.22.1.tgz", + "integrity": "sha512-4Jor+LRbA7SfSaw7dfDUs2UBzvWg3cKrykfHRgKsOIvQaLuf+QOcG2t3Mx5N9GzSNJcuqMqJWz0ta5+BryEmXg==", "requires": {} }, "graphql-request": { diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index a9c4fb367d7..d60414ecaee 100644 --- a/packages/integration-testsuite/package.json +++ b/packages/integration-testsuite/package.json @@ -33,7 +33,7 @@ "@apollo/utils.createhash": "^2.0.0", "@apollo/utils.keyvaluecache": "^2.1.0", "express": "^4.18.1", - "graphql-http": "1.22.0", + "graphql-http": "1.22.1", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7",