Skip to content

Commit

Permalink
fix(http): bump server adapter package
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 17, 2022
1 parent d69cb3d commit f72520b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/perfect-bobcats-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-mesh/http': patch
---

Bump server adapter package to fix critical issues
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"dependencies": {
"@whatwg-node/server": "0.4.0",
"@whatwg-node/server": "^0.4.1",
"@whatwg-node/fetch": "^0.4.3",
"@graphql-mesh/cross-helpers": "0.2.6",
"@graphql-mesh/runtime": "0.44.9",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5525,6 +5525,14 @@
"@whatwg-node/fetch" "^0.4.0"
tslib "^2.3.1"

"@whatwg-node/server@^0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.4.1.tgz#04d3ac95eafbb8b6ab19f44fc7150a34176ef0c1"
integrity sha512-v8Xxo32AZPcw/NBdFjMULU/0LJpwiHSKtCu7mHjGYhAvTEmhJ/YPbRVvGUMaiu1GcS86c4E2BD3tey0hM2r/ww==
dependencies:
"@whatwg-node/fetch" "^0.4.0"
tslib "^2.3.1"

"@wry/context@^0.6.0":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
Expand Down

0 comments on commit f72520b

Please sign in to comment.