Skip to content

Commit 0625678

Browse files
fix(deps): update all non-major dependencies (#6803)
* fix(deps): update all non-major dependencies * Update jest.config.js --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 2fe23be commit 0625678

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const externalToolsPackages = [
2525
'@graphql-tools/delegate',
2626
'@graphql-tools/stitch',
2727
'@graphql-tools/wrap',
28+
'@graphql-tools/executor-common',
2829
'@graphql-tools/executor-http',
2930
'@graphql-tools/executor-graphql-ws',
3031
];

yarn.lock

+16-6
Original file line numberDiff line numberDiff line change
@@ -1621,11 +1621,20 @@
16211621
dset "^3.1.2"
16221622
tslib "^2.8.1"
16231623

1624+
"@graphql-tools/executor-common@^0.0.1":
1625+
version "0.0.1"
1626+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-common/-/executor-common-0.0.1.tgz#dcddb119dd3767717dc946ba5ced61d6682ed328"
1627+
integrity sha512-Gan7uiQhKvAAl0UM20Oy/n5NGBBDNm+ASHvnYuD8mP+dAH0qY+2QMCHyi5py28WAlhAwr0+CAemEyzY/ZzOjdQ==
1628+
dependencies:
1629+
"@envelop/core" "^5.0.2"
1630+
"@graphql-tools/utils" "^10.7.0"
1631+
16241632
"@graphql-tools/executor-graphql-ws@^1.3.2":
1625-
version "1.3.6"
1626-
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-1.3.6.tgz#d7292b4a7c734dd95de52f91b618bca8e10c3e35"
1627-
integrity sha512-pCW+a1iRtLP0DYi7zPxKGY7yOlE4aquKIgLVQbGT92C4VlxBIpinhjkEIY7eqZW6mvofCXpazE6pfVGJRBDm9g==
1633+
version "1.3.7"
1634+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-1.3.7.tgz#ecdf9e0a3ea6e12a5bc9df8fb8bb477a17711678"
1635+
integrity sha512-9KUrlpil5nBgcb+XRUIxNQGI+c237LAfDBqYCdLGuYT+/oZz1b4rRIe6HuRk09vuxrbaMTzm7xHhn/iuwWW4eg==
16281636
dependencies:
1637+
"@graphql-tools/executor-common" "^0.0.1"
16291638
"@graphql-tools/utils" "^10.7.0"
16301639
"@whatwg-node/disposablestack" "^0.0.5"
16311640
graphql-ws "^5.14.0"
@@ -1634,11 +1643,12 @@
16341643
ws "^8.17.1"
16351644

16361645
"@graphql-tools/executor-http@^1.1.9":
1637-
version "1.2.2"
1638-
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-1.2.2.tgz#777bb11a60d6df515b14b6dcb468b86c096cbc5b"
1639-
integrity sha512-q1eo0B5fLyhPQz3PLc2fe4c41bZjbD4AkkHTqr7ysXxLzyCZC7uTsAsyWgJndHQpRJ3uspV0NZISsRfqPxSyCA==
1646+
version "1.2.3"
1647+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-1.2.3.tgz#cbbc6aa57b67e169abf73bca71204ae9145c072e"
1648+
integrity sha512-Y/jogDe2uYl8LiIA6wUrbpuIvmJm0o+wvV8FOzbqePJ8/GeO/sGsiMSWRqdH5qVgttig0Zs2IqnG63DlQx1v9A==
16401649
dependencies:
16411650
"@graphql-hive/gateway-abort-signal-any" "^0.0.2"
1651+
"@graphql-tools/executor-common" "^0.0.1"
16421652
"@graphql-tools/utils" "^10.7.0"
16431653
"@repeaterjs/repeater" "^3.0.4"
16441654
"@whatwg-node/disposablestack" "^0.0.5"

0 commit comments

Comments
 (0)