From d65797f13c83f92948f8215127c517d79ed01530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 21:46:07 +0000 Subject: [PATCH] chore(deps): update dependency graphql-http to v1.22.3 --- 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 8624927dd4f..9eda3e2d7a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8677,9 +8677,9 @@ } }, "node_modules/graphql-http": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.22.1.tgz", - "integrity": "sha512-4Jor+LRbA7SfSaw7dfDUs2UBzvWg3cKrykfHRgKsOIvQaLuf+QOcG2t3Mx5N9GzSNJcuqMqJWz0ta5+BryEmXg==", + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.22.3.tgz", + "integrity": "sha512-sgUz/2DZt+QvY6WrpAsAXUvhnIkp2eX9jN78V8DAtFcpZi/nfDrzDt2byYjyoJzRcWuqhE0K63g1QMewt73U6A==", "license": "MIT", "workspaces": [ "implementations/**/*" @@ -14234,7 +14234,7 @@ "@apollo/utils.createhash": "^2.0.0", "@apollo/utils.keyvaluecache": "^2.1.0", "express": "^4.21.1", - "graphql-http": "1.22.1", + "graphql-http": "1.22.3", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7", @@ -14606,7 +14606,7 @@ "@apollo/utils.createhash": "^2.0.0", "@apollo/utils.keyvaluecache": "^2.1.0", "express": "^4.21.1", - "graphql-http": "1.22.1", + "graphql-http": "1.22.3", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7", @@ -21011,9 +21011,9 @@ } }, "graphql-http": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.22.1.tgz", - "integrity": "sha512-4Jor+LRbA7SfSaw7dfDUs2UBzvWg3cKrykfHRgKsOIvQaLuf+QOcG2t3Mx5N9GzSNJcuqMqJWz0ta5+BryEmXg==", + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/graphql-http/-/graphql-http-1.22.3.tgz", + "integrity": "sha512-sgUz/2DZt+QvY6WrpAsAXUvhnIkp2eX9jN78V8DAtFcpZi/nfDrzDt2byYjyoJzRcWuqhE0K63g1QMewt73U6A==", "requires": {} }, "graphql-request": { diff --git a/packages/integration-testsuite/package.json b/packages/integration-testsuite/package.json index deaef70cc94..d61b7abb6a1 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.21.1", - "graphql-http": "1.22.1", + "graphql-http": "1.22.3", "graphql-tag": "^2.12.6", "loglevel": "^1.8.0", "node-fetch": "^2.6.7",