Skip to content

Commit 68effb5

Browse files
fix(deps): update dependency @whatwg-node/disposablestack to ^0.0.6 (#6972)
* fix(deps): update dependency @whatwg-node/disposablestack to ^0.0.6 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c055858 commit 68effb5

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-tools/executor": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@whatwg-node/disposablestack@^0.0.6` ↗︎](https://www.npmjs.com/package/@whatwg-node/disposablestack/v/0.0.6) (from `^0.0.5`, in `dependencies`)

packages/executor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@graphql-tools/utils": "^10.8.2",
5959
"@graphql-typed-document-node/core": "^3.2.0",
6060
"@repeaterjs/repeater": "^3.0.4",
61-
"@whatwg-node/disposablestack": "^0.0.5",
61+
"@whatwg-node/disposablestack": "^0.0.6",
6262
"tslib": "^2.4.0",
6363
"value-or-promise": "^1.0.12"
6464
},

yarn.lock

+15
Original file line numberDiff line numberDiff line change
@@ -3744,6 +3744,14 @@
37443744
dependencies:
37453745
tslib "^2.6.3"
37463746

3747+
"@whatwg-node/disposablestack@^0.0.6":
3748+
version "0.0.6"
3749+
resolved "https://registry.yarnpkg.com/@whatwg-node/disposablestack/-/disposablestack-0.0.6.tgz#2064a1425ea66194def6df0c7a1851b6939c82bb"
3750+
integrity sha512-LOtTn+JgJvX8WfBVJtF08TGrdjuFzGJc4mkP8EdDI8ADbvO7kiexYep1o8dwnt0okb0jYclCDXF13xU7Ge4zSw==
3751+
dependencies:
3752+
"@whatwg-node/promise-helpers" "^1.0.0"
3753+
tslib "^2.6.3"
3754+
37473755
"@whatwg-node/events@^0.1.0":
37483756
version "0.1.2"
37493757
resolved "https://registry.yarnpkg.com/@whatwg-node/events/-/events-0.1.2.tgz#23f7c7ad887d7fd448e9ce3261eac9ef319ddd7c"
@@ -3768,6 +3776,13 @@
37683776
busboy "^1.6.0"
37693777
tslib "^2.6.3"
37703778

3779+
"@whatwg-node/promise-helpers@^1.0.0":
3780+
version "1.0.0"
3781+
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.0.0.tgz#f50a2f64f88db491e07899e6748c9497e10a0040"
3782+
integrity sha512-6cJoRLP6/0Bf4k2i36R1f9lisId6fIYEOQ5CUHSPRCmiJfo+HGAm8P/5Qoy28lvYngw3SKBLJ5YqtGWjUaMA6g==
3783+
dependencies:
3784+
tslib "^2.6.3"
3785+
37713786
"@whatwg-node/server@^0.9.69":
37723787
version "0.9.69"
37733788
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.69.tgz#ed1755ce8e12b4711c1bbae0dc46341dd1e3876c"

0 commit comments

Comments
 (0)