From 8726c482d558b92a81d9b88e29bc15015cbf21e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 07:31:35 +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 5fb8db82f3d..71fd918f527 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8879,9 +8879,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" }, @@ -14528,7 +14532,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", @@ -14857,7 +14861,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", @@ -21419,9 +21423,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 fad8299c018..4971b309082 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",