Skip to content

Commit b3d5a76

Browse files
chore(deps): update graphql-tools to 8.3.20 🌟
1 parent 98ac098 commit b3d5a76

File tree

2 files changed

+40
-69
lines changed

2 files changed

+40
-69
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"graphql": "16.8.1",
112112
"graphql-http": "^1.22.0",
113113
"graphql-playground-middleware-express": "^1.7.23",
114-
"graphql-tools": "8.2.7",
114+
"graphql-tools": "8.3.20",
115115
"http-proxy-middleware": "0.19.1",
116116
"husky": "7.0.4",
117117
"istanbul-lib-coverage": "3.2.2",

yarn.lock

Lines changed: 39 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,24 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0":
19-
version "3.5.10"
20-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.5.10.tgz#43463108a6e07ae602cca0afc420805a19339a71"
21-
integrity sha512-tL3iSpFe9Oldq7gYikZK1dcYxp1c01nlSwtsMz75382HcI6fvQXyFXUCJTTK3wgO2/ckaBvRGw7VqjFREdVoRw==
18+
"@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0":
19+
version "3.7.17"
20+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.17.tgz#1d2538729fd8ef138aa301a7cf62704474e57b72"
21+
integrity sha512-0EErSHEtKPNl5wgWikHJbKFAzJ/k11O0WO2QyqZSHpdxdAnw7UWHY4YiLbHCFG7lhrD+NTQ3Z/H9Jn4rcikoJA==
2222
dependencies:
23-
"@graphql-typed-document-node/core" "^3.0.0"
24-
"@wry/context" "^0.6.0"
23+
"@graphql-typed-document-node/core" "^3.1.1"
24+
"@wry/context" "^0.7.0"
2525
"@wry/equality" "^0.5.0"
26-
"@wry/trie" "^0.3.0"
27-
graphql-tag "^2.12.3"
26+
"@wry/trie" "^0.4.0"
27+
graphql-tag "^2.12.6"
2828
hoist-non-react-statics "^3.3.2"
29-
optimism "^0.16.1"
29+
optimism "^0.16.2"
3030
prop-types "^15.7.2"
31+
response-iterator "^0.2.6"
3132
symbol-observable "^4.0.0"
32-
ts-invariant "^0.9.4"
33+
ts-invariant "^0.10.3"
3334
tslib "^2.3.0"
34-
zen-observable-ts "^1.2.0"
35+
zen-observable-ts "^1.2.5"
3536

3637
3738
version "2.2.4"
@@ -2134,14 +2135,6 @@
21342135
p-limit "3.1.0"
21352136
tslib "^2.4.0"
21362137

2137-
"@graphql-tools/[email protected]":
2138-
version "8.2.9"
2139-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.9.tgz#f4bb6ca58d0d89dbfa4fded6a1457bb359de1450"
2140-
integrity sha512-mHRrqMc1NTL6MALBQK1DmAzSxJIKoaCaW7ZCk5bRGzVj/MNQz3OsqlDb/+t9/ONT0V+WI/uxBFsrLMwa4p6L7A==
2141-
dependencies:
2142-
"@graphql-tools/utils" "8.6.8"
2143-
tslib "~2.3.0"
2144-
21452138
"@graphql-tools/merge@^8.4.1":
21462139
version "8.4.2"
21472140
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.4.2.tgz#95778bbe26b635e8d2f60ce9856b388f11fe8288"
@@ -2150,16 +2143,6 @@
21502143
"@graphql-tools/utils" "^9.2.1"
21512144
tslib "^2.4.0"
21522145

2153-
"@graphql-tools/[email protected]":
2154-
version "8.3.9"
2155-
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.9.tgz#2b83464a0ef083c92d7076da0fa5939f2f5a1e34"
2156-
integrity sha512-9YFCzn0sYAGTWhZrVYY/neK5cie3s0dNm7Qq38tkhOh2ME5BtHW/8ZIq+UrLGKsBYwa+Qjb/UojGWUm2yG/z6Q==
2157-
dependencies:
2158-
"@graphql-tools/merge" "8.2.9"
2159-
"@graphql-tools/utils" "8.6.8"
2160-
tslib "~2.3.0"
2161-
value-or-promise "1.0.11"
2162-
21632146
"@graphql-tools/schema@^9.0.18":
21642147
version "9.0.19"
21652148
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.19.tgz#c4ad373b5e1b8a0cf365163435b7d236ebdd06e7"
@@ -2170,13 +2153,6 @@
21702153
tslib "^2.4.0"
21712154
value-or-promise "^1.0.12"
21722155

2173-
"@graphql-tools/[email protected]":
2174-
version "8.6.8"
2175-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.8.tgz#a0824ed5810f66c504df4e97c5900786ac0c260e"
2176-
integrity sha512-EdUUeKi/wp/UvuknyINpQ/uXDqTM3qxPPPDIq5RpfW0zQOeCvbZcx8xHoMox0TYKvKtg3zoB7aprUtoW+iZLxw==
2177-
dependencies:
2178-
tslib "~2.3.0"
2179-
21802156
"@graphql-tools/utils@^9.2.1":
21812157
version "9.2.1"
21822158
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
@@ -2185,7 +2161,7 @@
21852161
"@graphql-typed-document-node/core" "^3.1.1"
21862162
tslib "^2.4.0"
21872163

2188-
"@graphql-typed-document-node/core@^3.0.0", "@graphql-typed-document-node/core@^3.1.1":
2164+
"@graphql-typed-document-node/core@^3.1.1":
21892165
version "3.2.0"
21902166
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
21912167
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
@@ -4229,13 +4205,6 @@
42294205
"@webassemblyjs/ast" "1.12.1"
42304206
"@xtuc/long" "4.2.2"
42314207

4232-
"@wry/context@^0.6.0":
4233-
version "0.6.1"
4234-
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
4235-
integrity sha512-LOmVnY1iTU2D8tv4Xf6MVMZZ+juIJ87Kt/plMijjN20NMAXGmH4u8bS1t0uT74cZ5gwpocYueV58YwyI8y+GKw==
4236-
dependencies:
4237-
tslib "^2.3.0"
4238-
42394208
"@wry/context@^0.7.0":
42404209
version "0.7.4"
42414210
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.4.tgz#e32d750fa075955c4ab2cfb8c48095e1d42d5990"
@@ -4257,6 +4226,13 @@
42574226
dependencies:
42584227
tslib "^2.3.0"
42594228

4229+
"@wry/trie@^0.4.0":
4230+
version "0.4.3"
4231+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.4.3.tgz#077d52c22365871bf3ffcbab8e95cb8bc5689af4"
4232+
integrity sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==
4233+
dependencies:
4234+
tslib "^2.3.0"
4235+
42604236
42614237
version "3.2.2"
42624238
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-3.2.2.tgz#ddf0f9d75e2c19375b1e1b7335e72cb99762aed8"
@@ -7424,22 +7400,22 @@ graphql-playground-middleware-express@^1.7.23:
74247400
dependencies:
74257401
graphql-playground-html "^1.6.30"
74267402

7427-
graphql-tag@^2.12.3:
7403+
graphql-tag@^2.12.6:
74287404
version "2.12.6"
74297405
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
74307406
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
74317407
dependencies:
74327408
tslib "^2.1.0"
74337409

7434-
graphql-tools@8.2.7:
7435-
version "8.2.7"
7436-
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-8.2.7.tgz#6f168aae2e9da9de867095e18993e86d8dd6d335"
7437-
integrity sha512-9wUgcBgeH6GSYhiO8/aUVd5DqCBRv8qim45CzMqQsxrzYhhiBXMcbJS7tgFdhaOXGBZzmkEADJ7EqwdZ+4Uppw==
7410+
graphql-tools@8.3.20:
7411+
version "8.3.20"
7412+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-8.3.20.tgz#d6b7ff46d30bf89b1963418fa481ee3326ac6fff"
7413+
integrity sha512-x3VkXkaGyPaZu1G0Vr2x/7yxTiuTB6xpY3RbH2uTjBv01Z+985J3//B81fooTtEf2eySBiyPplMYwFmAybOIrQ==
74387414
dependencies:
7439-
"@graphql-tools/schema" "8.3.9"
7440-
tslib "~2.3.0"
7415+
"@graphql-tools/schema" "^9.0.18"
7416+
tslib "^2.4.0"
74417417
optionalDependencies:
7442-
"@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0"
7418+
"@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0 || ~3.5.0 || ~3.6.0 || ~3.7.0"
74437419

74447420
74457421
version "15.8.0"
@@ -9946,7 +9922,7 @@ open@^7.4.2:
99469922
is-docker "^2.0.0"
99479923
is-wsl "^2.1.1"
99489924

9949-
optimism@^0.16.1:
9925+
optimism@^0.16.2:
99509926
version "0.16.2"
99519927
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.2.tgz#519b0c78b3b30954baed0defe5143de7776bf081"
99529928
integrity sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ==
@@ -10952,6 +10928,11 @@ resolve@^2.0.0-next.5:
1095210928
path-parse "^1.0.7"
1095310929
supports-preserve-symlinks-flag "^1.0.0"
1095410930

10931+
response-iterator@^0.2.6:
10932+
version "0.2.6"
10933+
resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da"
10934+
integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==
10935+
1095510936
restore-cursor@^3.1.0:
1095610937
version "3.1.0"
1095710938
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
@@ -11926,10 +11907,10 @@ treeverse@^3.0.0:
1192611907
resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1192711908
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1192811909

11929-
ts-invariant@^0.9.4:
11930-
version "0.9.4"
11931-
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.9.4.tgz#42ac6c791aade267dd9dc65276549df5c5d71cac"
11932-
integrity sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ==
11910+
ts-invariant@^0.10.3:
11911+
version "0.10.3"
11912+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.10.3.tgz#3e048ff96e91459ffca01304dbc7f61c1f642f6c"
11913+
integrity sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==
1193311914
dependencies:
1193411915
tslib "^2.1.0"
1193511916

@@ -11972,11 +11953,6 @@ tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.5
1197211953
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
1197311954
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
1197411955

11975-
tslib@~2.3.0:
11976-
version "2.3.1"
11977-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
11978-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
11979-
1198011956
tsutils@^3.21.0:
1198111957
version "3.21.0"
1198211958
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
@@ -12330,11 +12306,6 @@ value-equal@^1.0.1:
1233012306
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
1233112307
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
1233212308

12333-
12334-
version "1.0.11"
12335-
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.11.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140"
12336-
integrity sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==
12337-
1233812309
value-or-promise@^1.0.12:
1233912310
version "1.0.12"
1234012311
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
@@ -12846,7 +12817,7 @@ [email protected]:
1284612817
property-expr "^2.0.4"
1284712818
toposort "^2.0.2"
1284812819

12849-
zen-observable-ts@^1.2.0:
12820+
zen-observable-ts@^1.2.5:
1285012821
version "1.2.5"
1285112822
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58"
1285212823
integrity sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==

0 commit comments

Comments
 (0)