Skip to content

Commit 74062a6

Browse files
fix(deps): update dependency @graphql-mesh/transform-federation to ^0.102.0
1 parent a6e970f commit 74062a6

File tree

2 files changed

+187
-17
lines changed

2 files changed

+187
-17
lines changed

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@graphql-mesh/transform-cache": "^0.9.0",
4141
"@graphql-mesh/transform-encapsulate": "^0.1.31",
4242
"@graphql-mesh/transform-extend": "^0.6.1",
43-
"@graphql-mesh/transform-federation": "^0.5.1",
43+
"@graphql-mesh/transform-federation": "^0.102.0",
4444
"@graphql-mesh/transform-filter-schema": "^0.10.3",
4545
"@graphql-mesh/transform-mock": "^0.10.0",
4646
"@graphql-mesh/transform-naming-convention": "^0.6.34",

yarn.lock

Lines changed: 186 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
call-me-maybe "^1.0.1"
1313
js-yaml "^4.1.0"
1414

15+
"@apollo/cache-control-types@^1.0.2":
16+
version "1.0.3"
17+
resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.3.tgz#5da62cf64c3b4419dabfef4536b57a40c8ff0b47"
18+
integrity sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==
19+
1520
"@apollo/client@^3.2.5", "@apollo/client@~3.2.5 || ~3.3.0":
1621
version "3.3.20"
1722
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.20.tgz#8f0935fa991857e9cf2e73c9bd378ad7ec97caf8"
@@ -31,13 +36,15 @@
3136
tslib "^1.10.0"
3237
zen-observable "^0.8.14"
3338

34-
"@apollo/federation@0.25.1":
35-
version "0.25.1"
36-
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.25.1.tgz#3605fa8cf8f7b699c482885820ae5baa04f610c4"
37-
integrity sha512-f/wQjQ2M7Mbsw/g/VTFu+bgICZD03DZaQ4rNjKbWL0HmjYb+CdSlvCP8N6TFLCdlKHwD6qIQpRsROP6qTpeicg==
39+
"@apollo/federation[email protected]":
40+
version "2.9.0"
41+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.9.0.tgz#b655291e363c78a0400896ea5a1963d3e64e6932"
42+
integrity sha512-zvz0nJpfblxAWzphlFtyqUswidIWOf7Vcj4YuPaUlXpOG7VZ0fWyTupPQsj0HeTkAAy3FzCItVHLzn4+I2H/YA==
3843
dependencies:
39-
apollo-graphql "^0.9.3"
40-
lodash.xorby "^4.7.0"
44+
"@types/uuid" "^9.0.0"
45+
chalk "^4.1.0"
46+
js-levenshtein "^1.1.6"
47+
uuid "^9.0.0"
4148

4249
"@apollo/federation@^0.29.0":
4350
version "0.29.0"
@@ -97,6 +104,14 @@
97104
deep-equal "^2.0.5"
98105
pretty-format "^26.0.0"
99106

107+
"@apollo/subgraph@^2.4.1":
108+
version "2.9.0"
109+
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.9.0.tgz#e4b3518341f529f1d8d1a4f839c6f3505286f7b1"
110+
integrity sha512-FYAOMxMWbAQ/2U/+QYgznBdsyjPiH87wSSJqn6n1dQ80GWIWenZYd49iWy9/y/Z/RTYsA2o8ueAkgHH6AU4psA==
111+
dependencies:
112+
"@apollo/cache-control-types" "^1.0.2"
113+
"@apollo/federation-internals" "2.9.0"
114+
100115
"@apollographql/apollo-tools@^0.5.0":
101116
version "0.5.1"
102117
resolved "https://registry.yarnpkg.com/@apollographql/apollo-tools/-/apollo-tools-0.5.1.tgz#f0baef739ff7e2fafcb8b98ad29f6ac817e53e32"
@@ -1431,6 +1446,15 @@
14311446
"@graphql-mesh/utils" "0.16.0"
14321447
"@graphql-tools/utils" "8.1.2"
14331448

1449+
"@graphql-mesh/string-interpolation@^0.5.6":
1450+
version "0.5.6"
1451+
resolved "https://registry.yarnpkg.com/@graphql-mesh/string-interpolation/-/string-interpolation-0.5.6.tgz#80068a832642bebc6998f249aed4a91125438aff"
1452+
integrity sha512-zcBCc68lzNAqiccVhq/lCVtAQi6zHiyu0VdIPdfq48P7wd95J9nBqdJI21caOVKiR5giDpRQL/uMFMzRoQYkRA==
1453+
dependencies:
1454+
dayjs "1.11.13"
1455+
json-pointer "0.6.2"
1456+
lodash.get "4.4.2"
1457+
14341458
"@graphql-mesh/thrift@^0.7.0":
14351459
version "0.7.21"
14361460
resolved "https://registry.yarnpkg.com/@graphql-mesh/thrift/-/thrift-0.7.21.tgz#223f3521dd4b7339b4f40c3b3511fb172111094e"
@@ -1483,16 +1507,17 @@
14831507
"@graphql-tools/load" "6.2.8"
14841508
"@graphql-tools/merge" "6.2.14"
14851509

1486-
"@graphql-mesh/transform-federation@^0.5.1":
1487-
version "0.5.15"
1488-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-federation/-/transform-federation-0.5.15.tgz#67f94714322a92509e6605576950cc91a35ec24b"
1489-
integrity sha512-pnI0+wEvoMoU3KZR7IRd1r6QAyEpMifL0sONnk7S89u8dMplhYFCkd3l94dZpjnMcd/HPHCBC4zH5158S7Zh2g==
1510+
"@graphql-mesh/transform-federation@^0.102.0":
1511+
version "0.102.5"
1512+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-federation/-/transform-federation-0.102.5.tgz#b5feb2f3493329b92cee8907f01ca878dc5e72d2"
1513+
integrity sha512-tBZ2jFxMDN6CjxlxDewX8PS7aEpgpoujLOWEpB48c9nX+yoqZASRFqUUcDiGot9L9+YJlMlECe8TOJVVSAY16w==
14901514
dependencies:
1491-
"@apollo/federation" "0.25.1"
1492-
"@graphql-mesh/types" "0.42.0"
1493-
"@graphql-mesh/utils" "0.12.0"
1494-
graphql-transform-federation "2.2.0"
1495-
lodash "4.17.21"
1515+
"@apollo/subgraph" "^2.4.1"
1516+
"@graphql-mesh/string-interpolation" "^0.5.6"
1517+
"@graphql-tools/delegate" "^10.0.21"
1518+
"@graphql-tools/stitching-directives" "^3.1.2"
1519+
dset "^3.1.2"
1520+
graphql-transform-federation "^2.2.0"
14961521

14971522
"@graphql-mesh/transform-filter-schema@^0.10.3":
14981523
version "0.10.17"
@@ -1737,6 +1762,16 @@
17371762
tslib "~2.3.0"
17381763
value-or-promise "1.0.10"
17391764

1765+
"@graphql-tools/batch-execute@^9.0.4":
1766+
version "9.0.4"
1767+
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-9.0.4.tgz#11601409c0c33491971fc82592de12390ec58be2"
1768+
integrity sha512-kkebDLXgDrep5Y0gK1RN3DMUlLqNhg60OAz0lTCqrYeja6DshxLtLkj+zV4mVbBA4mQOEoBmw6g1LZs3dA84/w==
1769+
dependencies:
1770+
"@graphql-tools/utils" "^10.0.13"
1771+
dataloader "^2.2.2"
1772+
tslib "^2.4.0"
1773+
value-or-promise "^1.0.12"
1774+
17401775
"@graphql-tools/[email protected]", "@graphql-tools/code-file-loader@^6.2.5":
17411776
version "6.3.1"
17421777
resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-6.3.1.tgz#42dfd4db5b968acdb453382f172ec684fa0c34ed"
@@ -1821,6 +1856,19 @@
18211856
tslib "~2.3.0"
18221857
value-or-promise "1.0.10"
18231858

1859+
"@graphql-tools/delegate@^10.0.21", "@graphql-tools/delegate@^10.0.4":
1860+
version "10.0.21"
1861+
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.0.21.tgz#8ef35bc07e7e48c16d795d3a90a24342ae4076fb"
1862+
integrity sha512-UytyYVvDfLQbCYG1aQo8Vc67c1WhEjzW9ytYKEEqMJSdlwfMCujHmCz7EyH5DNjTAKapDHuQcN5VivKGap/Beg==
1863+
dependencies:
1864+
"@graphql-tools/batch-execute" "^9.0.4"
1865+
"@graphql-tools/executor" "^1.3.1"
1866+
"@graphql-tools/schema" "^10.0.4"
1867+
"@graphql-tools/utils" "^10.3.4"
1868+
"@repeaterjs/repeater" "^3.0.6"
1869+
dataloader "^2.2.2"
1870+
tslib "^2.5.0"
1871+
18241872
"@graphql-tools/delegate@^8.1.0":
18251873
version "8.2.0"
18261874
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-8.2.0.tgz#c43e102aab89cced33e0be7a47faae759321d441"
@@ -1833,6 +1881,17 @@
18331881
tslib "~2.3.0"
18341882
value-or-promise "1.0.10"
18351883

1884+
"@graphql-tools/executor@^1.3.1":
1885+
version "1.3.1"
1886+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.3.1.tgz#69de74932442a84017c49639e23e0202e169db60"
1887+
integrity sha512-tgJDdGf9SCAm64ofEMZdv925u6/J+eTmv36TGNLxgP2DpCJsZ6gnJ4A+0D28EazDXqJIvMiPd+3d+o3cCRCAnQ==
1888+
dependencies:
1889+
"@graphql-tools/utils" "^10.3.4"
1890+
"@graphql-typed-document-node/core" "3.2.0"
1891+
"@repeaterjs/repeater" "^3.0.4"
1892+
tslib "^2.4.0"
1893+
value-or-promise "^1.0.12"
1894+
18361895
"@graphql-tools/git-loader@^6.2.5":
18371896
version "6.2.6"
18381897
resolved "https://registry.yarnpkg.com/@graphql-tools/git-loader/-/git-loader-6.2.6.tgz#c2226f4b8f51f1c05c9ab2649ba32d49c68cd077"
@@ -2003,6 +2062,14 @@
20032062
"@graphql-tools/utils" "^8.2.0"
20042063
tslib "~2.3.0"
20052064

2065+
"@graphql-tools/merge@^9.0.6":
2066+
version "9.0.7"
2067+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.7.tgz#e37dd9491e65c00fb124f47073121d32dc6735d1"
2068+
integrity sha512-lbTrIuXIbUSmSumHkPRY1QX0Z8JEtmRhnIrkH7vkfeEmf0kNn/nCWvJwqokm5U7L+a+DA1wlRM4slIlbfXjJBA==
2069+
dependencies:
2070+
"@graphql-tools/utils" "^10.5.4"
2071+
tslib "^2.4.0"
2072+
20062073
"@graphql-tools/[email protected]":
20072074
version "8.1.4"
20082075
resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-8.1.4.tgz#4d2ef054f83bd71dfe294a9750c19f90b6dedb91"
@@ -2096,6 +2163,16 @@
20962163
tslib "~2.3.0"
20972164
value-or-promise "1.0.10"
20982165

2166+
"@graphql-tools/schema@^10.0.4":
2167+
version "10.0.6"
2168+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e"
2169+
integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ==
2170+
dependencies:
2171+
"@graphql-tools/merge" "^9.0.6"
2172+
"@graphql-tools/utils" "^10.5.4"
2173+
tslib "^2.4.0"
2174+
value-or-promise "^1.0.12"
2175+
20992176
"@graphql-tools/schema@^8.0.0", "@graphql-tools/schema@^8.0.1":
21002177
version "8.0.1"
21012178
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.0.1.tgz#178b734f3784e632a76bdd144ffa8a32169a6f4a"
@@ -2138,6 +2215,15 @@
21382215
"@graphql-tools/utils" "^8.1.1"
21392216
tslib "~2.3.0"
21402217

2218+
"@graphql-tools/stitching-directives@^3.1.2":
2219+
version "3.1.2"
2220+
resolved "https://registry.yarnpkg.com/@graphql-tools/stitching-directives/-/stitching-directives-3.1.2.tgz#5b911f2991f49f0e21b99e6237b73ebcfaf86165"
2221+
integrity sha512-c+udtRV+9IROJhbanoWH15Esb65E9VK5/VTVkV7XbhTpK+Id2X9qAUMCYTxHjexAOnZ8H+hGQpfNAHKdZ4F1QQ==
2222+
dependencies:
2223+
"@graphql-tools/delegate" "^10.0.4"
2224+
"@graphql-tools/utils" "^10.0.13"
2225+
tslib "^2.4.0"
2226+
21412227
"@graphql-tools/[email protected]", "@graphql-tools/url-loader@^6.3.2":
21422228
version "6.10.1"
21432229
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-6.10.1.tgz#dc741e4299e0e7ddf435eba50a1f713b3e763b33"
@@ -2220,6 +2306,16 @@
22202306
dependencies:
22212307
tslib "~2.3.0"
22222308

2309+
"@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.3.4", "@graphql-tools/utils@^10.5.4":
2310+
version "10.5.4"
2311+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078"
2312+
integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==
2313+
dependencies:
2314+
"@graphql-typed-document-node/core" "^3.1.1"
2315+
cross-inspect "1.0.1"
2316+
dset "^3.1.2"
2317+
tslib "^2.4.0"
2318+
22232319
"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.1.2", "@graphql-tools/utils@^8.2.0":
22242320
version "8.2.1"
22252321
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.1.tgz#381e79fa04041f91f132d252216adcb3970e3c1e"
@@ -2254,6 +2350,11 @@
22542350
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950"
22552351
integrity sha512-wYn6r8zVZyQJ6rQaALBEln5B1pzxb9shV5Ef97kTvn6yVGrqyXVnDqnU24MXnFubR+rZjBY9NWuxX3FB2sTsjg==
22562352

2353+
"@graphql-typed-document-node/[email protected]", "@graphql-typed-document-node/core@^3.1.1":
2354+
version "3.2.0"
2355+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
2356+
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
2357+
22572358
"@grpc/grpc-js@^1.1.7":
22582359
version "1.3.3"
22592360
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.3.tgz#479764be3044f44c9fe38702643f59ea1a5374cb"
@@ -2635,6 +2736,11 @@
26352736
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
26362737
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
26372738

2739+
"@repeaterjs/repeater@^3.0.4", "@repeaterjs/repeater@^3.0.6":
2740+
version "3.0.6"
2741+
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2"
2742+
integrity sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==
2743+
26382744
"@sinonjs/commons@^1.7.0":
26392745
version "1.8.3"
26402746
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
@@ -3114,6 +3220,11 @@
31143220
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f"
31153221
integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
31163222

3223+
"@types/uuid@^9.0.0":
3224+
version "9.0.8"
3225+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
3226+
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
3227+
31173228
31183229
version "1.0.2"
31193230
resolved "https://registry.yarnpkg.com/@types/websocket/-/websocket-1.0.2.tgz#d2855c6a312b7da73ed16ba6781815bf30c6187a"
@@ -4619,6 +4730,13 @@ [email protected], cross-fetch@^3.0.4:
46194730
dependencies:
46204731
node-fetch "2.6.1"
46214732

4733+
4734+
version "1.0.1"
4735+
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.1.tgz#15f6f65e4ca963cf4cc1a2b5fef18f6ca328712b"
4736+
integrity sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==
4737+
dependencies:
4738+
tslib "^2.4.0"
4739+
46224740
cross-spawn@^5.0.1, cross-spawn@^5.1.0:
46234741
version "5.1.0"
46244742
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -4731,11 +4849,21 @@ [email protected], dataloader@^2.0.0:
47314849
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.0.0.tgz#41eaf123db115987e21ca93c005cd7753c55fe6f"
47324850
integrity sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==
47334851

4852+
dataloader@^2.2.2:
4853+
version "2.2.2"
4854+
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0"
4855+
integrity sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==
4856+
47344857
47354858
version "2.23.0"
47364859
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9"
47374860
integrity sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA==
47384861

4862+
4863+
version "1.11.13"
4864+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c"
4865+
integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==
4866+
47394867
dd-trace@^1.0.0:
47404868
version "1.0.0"
47414869
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-1.0.0.tgz#33bb92aaa491b1eabfd20ab0f8504507266c4f96"
@@ -4965,6 +5093,11 @@ dotsplit.js@^1.0.3:
49655093
resolved "https://registry.yarnpkg.com/dotsplit.js/-/dotsplit.js-1.1.0.tgz#25a239eabe922a91ffa5d2a172d6c9fb82451e02"
49665094
integrity sha1-JaI56r6SKpH/pdKhctbJ+4JFHgI=
49675095

5096+
dset@^3.1.2:
5097+
version "3.1.3"
5098+
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.3.tgz#c194147f159841148e8e34ca41f638556d9542d2"
5099+
integrity sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==
5100+
49685101
ecc-jsbn@~0.1.1:
49695102
version "0.1.2"
49705103
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -5737,6 +5870,11 @@ for-each@^0.3.3:
57375870
dependencies:
57385871
is-callable "^1.1.3"
57395872

5873+
foreach@^2.0.4:
5874+
version "2.0.6"
5875+
resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.6.tgz#87bcc8a1a0e74000ff2bf9802110708cfb02eb6e"
5876+
integrity sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg==
5877+
57405878
foreach@^2.0.5:
57415879
version "2.0.5"
57425880
resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99"
@@ -6262,7 +6400,7 @@ graphql-tools@^7.0.2:
62626400
optionalDependencies:
62636401
"@apollo/client" "~3.2.5 || ~3.3.0"
62646402

6265-
6403+
graphql-transform-federation@^2.2.0:
62666404
version "2.2.0"
62676405
resolved "https://registry.yarnpkg.com/graphql-transform-federation/-/graphql-transform-federation-2.2.0.tgz#b7939ec978bace6f7e7c8be5f6900b3096820bd7"
62686406
integrity sha512-BYyh5teDshQvh3mE/7xUSr9GnO8G8qC47MxXE5ELoA3htfkBGo8I1rXks8bowu644NMcIINJFJrIgn4tJVZ/uQ==
@@ -7498,6 +7636,11 @@ [email protected]:
74987636
import-local "^3.0.2"
74997637
jest-cli "^27.1.0"
75007638

7639+
js-levenshtein@^1.1.6:
7640+
version "1.1.6"
7641+
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
7642+
integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
7643+
75017644
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
75027645
version "4.0.0"
75037646
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -7583,6 +7726,13 @@ json-parse-even-better-errors@^2.3.0:
75837726
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
75847727
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
75857728

7729+
7730+
version "0.6.2"
7731+
resolved "https://registry.yarnpkg.com/json-pointer/-/json-pointer-0.6.2.tgz#f97bd7550be5e9ea901f8c9264c9d436a22a93cd"
7732+
integrity sha512-vLWcKbOaXlO+jvRy4qNd+TI1QUPZzfJj1tpJ3vAXDych5XJf93ftpUKe5pKCrzyIIwgBJcOcCVRUfqQP25afBw==
7733+
dependencies:
7734+
foreach "^2.0.4"
7735+
75867736
75877737
version "2.2.0"
75887738
resolved "https://registry.yarnpkg.com/json-ptr/-/json-ptr-2.2.0.tgz#a4de4ed638cb23ae4cd4b51f8bf972a1c2293f1e"
@@ -7870,6 +8020,11 @@ lodash.flatten@^4.4.0:
78708020
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
78718021
integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=
78728022

8023+
8024+
version "4.4.2"
8025+
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
8026+
integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
8027+
78738028
lodash.includes@^4.3.0:
78748029
version "4.3.0"
78758030
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
@@ -10801,6 +10956,11 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@~2.3
1080110956
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
1080210957
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
1080310958

10959+
tslib@^2.4.0, tslib@^2.5.0:
10960+
version "2.7.0"
10961+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
10962+
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==
10963+
1080410964
tslib@~2.0.1:
1080510965
version "2.0.3"
1080610966
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
@@ -11056,6 +11216,11 @@ uuid@^8.0.0, uuid@^8.3.2:
1105611216
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
1105711217
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
1105811218

11219+
uuid@^9.0.0:
11220+
version "9.0.1"
11221+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
11222+
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
11223+
1105911224
v8-compile-cache@^2.0.3:
1106011225
version "2.3.0"
1106111226
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
@@ -11093,6 +11258,11 @@ [email protected]:
1109311258
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.6.tgz#218aa4794aa2ee24dcf48a29aba4413ed584747f"
1109411259
integrity sha512-9r0wQsWD8z/BxPOvnwbPf05ZvFngXyouE9EKB+5GbYix+BYnAwrIChCUyFIinfbf2FL/U71z+CPpbnmTdxrwBg==
1109511260

11261+
value-or-promise@^1.0.12:
11262+
version "1.0.12"
11263+
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
11264+
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==
11265+
1109611266
vary@^1, vary@~1.1.2:
1109711267
version "1.1.2"
1109811268
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

0 commit comments

Comments
 (0)