From b0fb33b1e22b18923d2e88fb6b30e23de3b664a1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 29 Oct 2024 14:28:20 -0600
Subject: [PATCH] chore(deps): update dependency graphql-http to v1.22.1
(#7879)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [graphql-http](https://redirect.github.com/graphql/graphql-http) |
[`1.22.0` ->
`1.22.1`](https://renovatebot.com/diffs/npm/graphql-http/1.22.0/1.22.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-http/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql-http/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql-http/1.22.0/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-http/1.22.0/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
graphql/graphql-http (graphql-http)
###
[`v1.22.1`](https://redirect.github.com/graphql/graphql-http/blob/HEAD/CHANGELOG.md#1221-2024-04-10)
[Compare
Source](https://redirect.github.com/graphql/graphql-http/compare/v1.22.0...v1.22.1)
##### Bug Fixes
- **audit/render:** Omit `set-cookie` header and html body
([#116](https://redirect.github.com/graphql/graphql-http/issues/116))
([1c5c744](https://redirect.github.com/graphql/graphql-http/commit/1c5c7447e4f981905917a1c849eb62142b92cd3d))
- **handler:** Support both utf-8 and utf8 charsets
([94100d6](https://redirect.github.com/graphql/graphql-http/commit/94100d6118301b55f89609019d993935ef31ed7e)),
closes
[#120](https://redirect.github.com/graphql/graphql-http/issues/120)
- **use:** Set request readable encoding to utf-8
([50d3bcd](https://redirect.github.com/graphql/graphql-http/commit/50d3bcdee22c0b59d7e1bff254445a0b9a779113)),
closes
[#118](https://redirect.github.com/graphql/graphql-http/issues/118)
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apollographql/apollo-server).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Glasser
---
.changeset/lucky-candles-wonder.md | 5 +++++
package-lock.json | 20 ++++++++++++--------
packages/integration-testsuite/package.json | 2 +-
3 files changed, 18 insertions(+), 9 deletions(-)
create mode 100644 .changeset/lucky-candles-wonder.md
diff --git a/.changeset/lucky-candles-wonder.md b/.changeset/lucky-candles-wonder.md
new file mode 100644
index 00000000000..7105d60d3cc
--- /dev/null
+++ b/.changeset/lucky-candles-wonder.md
@@ -0,0 +1,5 @@
+---
+'@apollo/server-integration-testsuite': patch
+---
+
+Update graphql-http dependency
diff --git a/package-lock.json b/package-lock.json
index 91024469b2f..e9e6c43f2ad 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8684,9 +8684,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"
},
@@ -14298,7 +14302,7 @@
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
"express": "^4.21.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",
@@ -14670,7 +14674,7 @@
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
"express": "^4.21.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",
@@ -21092,9 +21096,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 32cd4ef8922..7031deefe1d 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.0",
+ "graphql-http": "1.22.1",
"graphql-tag": "^2.12.6",
"loglevel": "^1.8.0",
"node-fetch": "^2.6.7",