Skip to content

Commit 546c911

Browse files
fix(deps): update all non-major dependencies (#133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3067cd8 commit 546c911

File tree

5 files changed

+107
-107
lines changed

5 files changed

+107
-107
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@changesets/cli": "2.21.1",
4848
"@types/babel__core": "7.1.19",
4949
"@types/babel__preset-env": "7.9.2",
50-
"@types/jest": "28.1.3",
50+
"@types/jest": "28.1.4",
5151
"babel-jest": "28.1.2",
5252
"babel-plugin-parameter-decorator": "1.0.16",
5353
"babel-plugin-transform-typescript-metadata": "0.3.2",

packages/auto-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@types/lodash": "4.14.182",
50-
"@graphql-mesh/transform-prefix": "0.11.54"
50+
"@graphql-mesh/transform-prefix": "0.11.55"
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.2.0 || ^16.0.0",

packages/auto-type-merging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@graphql-tools/delegate": "8.8.0",
43-
"@graphql-mesh/transform-type-merging": "0.4.9",
43+
"@graphql-mesh/transform-type-merging": "0.4.10",
4444
"tslib": "2.4.0"
4545
},
4646
"peerDependencies": {

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@graphql-mesh/cli": "0.73.4",
53-
"@graphql-mesh/graphql": "0.28.1",
52+
"@graphql-mesh/cli": "0.74.0",
53+
"@graphql-mesh/graphql": "0.29.0",
5454
"tslib": "2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.0.2",
5656
"@graphprotocol/client-auto-type-merging": "1.0.0",

yarn.lock

Lines changed: 102 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,34 +1470,34 @@
14701470
"@graphql-tools/utils" "8.6.13"
14711471
tslib "^2.4.0"
14721472

1473-
"@graphql-mesh/[email protected].15":
1474-
version "0.6.15"
1475-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.15.tgz#92fbbb91cc907f627d1b1a3f000332e1f9fd3f51"
1476-
integrity sha512-/SFUzExR+6t5+yafBtpLGEcoDd3EShEzthSLnbYy7CZ/4ltAUbABP/CJzgJIDsqLPfkjdMxUbGJ2qaiiTBzX5A==
1473+
"@graphql-mesh/[email protected].16":
1474+
version "0.6.16"
1475+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.16.tgz#ab46e12e13113779c788c440793708fc93d5a32b"
1476+
integrity sha512-045ERttby6ap+EmkP2/SK8bIcacWSQoMeT38CeKm35O62hXvNy3kvCfsTRI226CxZHWMDJ8Fs2DnC5yHeU9p5g==
14771477
dependencies:
1478-
"@graphql-mesh/types" "0.77.0"
1479-
"@graphql-mesh/utils" "0.36.1"
1478+
"@graphql-mesh/types" "0.77.1"
1479+
"@graphql-mesh/utils" "0.37.0"
14801480
localforage "1.10.0"
14811481
tslib "^2.4.0"
14821482

1483-
"@graphql-mesh/cli@0.73.4":
1484-
version "0.73.4"
1485-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.73.4.tgz#f3c22d560726f585c5849759186290add2c537bf"
1486-
integrity sha512-Tcse5VwjCO5tWD8YnCVHapAd0kE4ZcymhAWzNq+BCVCE88gon3q/rHxYDFx3q8McxOZ0JLkjI8V02q56Xf2a6A==
1483+
"@graphql-mesh/cli@0.74.0":
1484+
version "0.74.0"
1485+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.74.0.tgz#7608133917de45dd06e50a657ea2f835bbdadbdf"
1486+
integrity sha512-olooQIDDkgC7C0gW5zW/NGcyJvtgV+4p4J4YMYlpeMTKCPBPjfckR70WTDXZOzbZBhx9KYA8/LzNe8hcYcr0Vw==
14871487
dependencies:
14881488
"@graphql-codegen/core" "2.5.1"
14891489
"@graphql-codegen/typed-document-node" "2.2.13"
14901490
"@graphql-codegen/typescript" "2.5.1"
14911491
"@graphql-codegen/typescript-generic-sdk" "2.3.12"
14921492
"@graphql-codegen/typescript-operations" "2.4.2"
14931493
"@graphql-codegen/typescript-resolvers" "2.6.6"
1494-
"@graphql-mesh/config" "3.0.1"
1495-
"@graphql-mesh/cross-helpers" "0.1.7"
1496-
"@graphql-mesh/runtime" "0.39.1"
1497-
"@graphql-mesh/store" "0.8.18"
1494+
"@graphql-mesh/config" "4.0.0"
1495+
"@graphql-mesh/cross-helpers" "0.2.0"
1496+
"@graphql-mesh/runtime" "0.40.0"
1497+
"@graphql-mesh/store" "0.8.19"
14981498
"@graphql-mesh/string-interpolation" "0.3.0"
1499-
"@graphql-mesh/types" "0.77.0"
1500-
"@graphql-mesh/utils" "0.36.1"
1499+
"@graphql-mesh/types" "0.77.1"
1500+
"@graphql-mesh/utils" "0.37.0"
15011501
"@graphql-tools/code-file-loader" "7.3.0"
15021502
"@graphql-tools/graphql-file-loader" "7.4.0"
15031503
"@graphql-tools/load" "7.7.0"
@@ -1528,19 +1528,19 @@
15281528
ws "8.8.0"
15291529
yargs "17.5.1"
15301530

1531-
"@graphql-mesh/config@3.0.1":
1532-
version "3.0.1"
1533-
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-3.0.1.tgz#83000e39e5a8b2479de5f3ee9e730ee4c329c134"
1534-
integrity sha512-KRNJBppBT98fzi6ZWx5ma9fNENaI88MBCLpUcqUMG7Mfvu+hJEo5pwb+mWACNJuL7OFO0EU+Dv20WfAI8+3OJw==
1531+
"@graphql-mesh/config@4.0.0":
1532+
version "4.0.0"
1533+
resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-4.0.0.tgz#2439cec036fdbc78407c29be2656b36607e9e8f2"
1534+
integrity sha512-94slj5OQ/SJgKqTFlw724ikiZ76rU6JWLyPfR1t5QP7ODtS9sROzCmOykqHF7w4MJpfP2eX8KaGLj/EBaEde9g==
15351535
dependencies:
15361536
"@envelop/core" "2.4.0"
1537-
"@graphql-mesh/cache-localforage" "0.6.15"
1538-
"@graphql-mesh/cross-helpers" "0.1.7"
1539-
"@graphql-mesh/merger-bare" "0.14.1"
1540-
"@graphql-mesh/merger-stitching" "0.15.59"
1541-
"@graphql-mesh/store" "0.8.18"
1542-
"@graphql-mesh/types" "0.77.0"
1543-
"@graphql-mesh/utils" "0.36.1"
1537+
"@graphql-mesh/cache-localforage" "0.6.16"
1538+
"@graphql-mesh/cross-helpers" "0.2.0"
1539+
"@graphql-mesh/merger-bare" "0.14.2"
1540+
"@graphql-mesh/merger-stitching" "0.15.60"
1541+
"@graphql-mesh/store" "0.8.19"
1542+
"@graphql-mesh/types" "0.77.1"
1543+
"@graphql-mesh/utils" "0.37.0"
15441544
"@graphql-tools/code-file-loader" "7.3.0"
15451545
"@graphql-tools/graphql-file-loader" "7.4.0"
15461546
"@graphql-tools/load" "7.7.0"
@@ -1562,53 +1562,53 @@
15621562
react-native-fs "2.20.0"
15631563
react-native-path "0.0.5"
15641564

1565-
"@graphql-mesh/cross-helpers@0.1.7":
1566-
version "0.1.7"
1567-
resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.1.7.tgz#57ab4f1685a764c4e7090e170083bee864efd019"
1568-
integrity sha512-TO9lLu8EhbomuweXNAGh8HkCW5UAuwa5vasOGm+QU2SCMr/88veg+vsyevH/Ki4vExpEHQFu5+3cq2f00BjXFw==
1565+
"@graphql-mesh/cross-helpers@0.2.0":
1566+
version "0.2.0"
1567+
resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.2.0.tgz#24ecf1f087032f0ee3f913ab9a7bada656ccca0a"
1568+
integrity sha512-Y+ugg+Qw15KRt8BmWEmSOOrvw0J6d3644DXOjJn+xTH90OKeIYOiiy2TyoVEiybcd/2wl3HsIOXnQhVy5MoNoQ==
15691569
dependencies:
15701570
"@graphql-tools/utils" "8.8.0"
15711571
path-browserify "1.0.1"
15721572
react-native-fs "2.20.0"
15731573
react-native-path "0.0.5"
15741574

1575-
"@graphql-mesh/graphql@0.28.1":
1576-
version "0.28.1"
1577-
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.28.1.tgz#71c796f441a08da4ba6350a9fcf6e38fb112e162"
1578-
integrity sha512-RSWdBpZmdyWQ/5OXvODW0ZIgeWgb5D/+JTyemVedYzib3urq5/lsD1FLOKSbIoZHmF88k6sV5KEAuuk7CdNE5Q==
1575+
"@graphql-mesh/graphql@0.29.0":
1576+
version "0.29.0"
1577+
resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.29.0.tgz#bf26a9df6fbce386c3f213cf19e4fd1bae4eee34"
1578+
integrity sha512-kyfmASEa5TPI9dbhyOvYbjKyWoiE50qP0yiLhw19S8TWo7KZ+i4VtbGn23HHSXN/CO7bEC61Tn2seuavufZRcA==
15791579
dependencies:
1580-
"@graphql-mesh/cross-helpers" "0.1.7"
1581-
"@graphql-mesh/store" "0.8.18"
1580+
"@graphql-mesh/cross-helpers" "0.2.0"
1581+
"@graphql-mesh/store" "0.8.19"
15821582
"@graphql-mesh/string-interpolation" "0.3.0"
1583-
"@graphql-mesh/types" "0.77.0"
1584-
"@graphql-mesh/utils" "0.36.1"
1583+
"@graphql-mesh/types" "0.77.1"
1584+
"@graphql-mesh/utils" "0.37.0"
15851585
"@graphql-tools/delegate" "8.8.0"
1586-
"@graphql-tools/url-loader" "7.11.0"
1586+
"@graphql-tools/url-loader" "7.12.0"
15871587
"@graphql-tools/utils" "8.8.0"
15881588
"@graphql-tools/wrap" "8.5.0"
15891589
lodash.get "4.4.2"
15901590
tslib "^2.4.0"
15911591

1592-
"@graphql-mesh/[email protected].1":
1593-
version "0.14.1"
1594-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.14.1.tgz#ca4484db9676c4adcee17da17926959e4ce4d26a"
1595-
integrity sha512-jzMS3A1qsrR9s9tAuaGhPPw1gKxv8Wa5HXZ8RwpZx/IaI4TqLlq8yRQdadoES2YvMJqqHkijl7+epHXtWk+P6Q==
1592+
"@graphql-mesh/[email protected].2":
1593+
version "0.14.2"
1594+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.14.2.tgz#9b7925d6429b94b7d068d8ea9c82f297fa4c8be7"
1595+
integrity sha512-5wsaY0zJGD1qdXQjHoWPzVB7uZ96zDkWwBMagflCoyaUsWuhAU235UTLtFEUqH0Zw4wvlEGk2FcUORwUCNzrDA==
15961596
dependencies:
1597-
"@graphql-mesh/types" "0.77.0"
1598-
"@graphql-mesh/utils" "0.36.1"
1597+
"@graphql-mesh/types" "0.77.1"
1598+
"@graphql-mesh/utils" "0.37.0"
15991599
"@graphql-tools/schema" "8.5.0"
16001600
"@graphql-tools/utils" "8.8.0"
16011601
"@graphql-tools/wrap" "8.5.0"
16021602
tslib "^2.4.0"
16031603

1604-
"@graphql-mesh/[email protected].59":
1605-
version "0.15.59"
1606-
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.15.59.tgz#c2caf3060ac2ecd8d5c35bb6d1558ac126191545"
1607-
integrity sha512-FrFtNVHq64gy1z4A6vdIZeaOqUaIXLkjA4RNbwRQm/H2OeFKJEAVhdgfuodW7AWfkBZ8KIyArspp005oZ71M6w==
1604+
"@graphql-mesh/[email protected].60":
1605+
version "0.15.60"
1606+
resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.15.60.tgz#898301a325e9ede2b8c79f91a565eb0e2a282036"
1607+
integrity sha512-YRRfufcCwnPpm07RVQHOuEEwHc6beqIYuFe3ocHG+RtkQ65xZ3I4YooUYYeIoWYHSmtTkFeabUWNLZCIbafiVw==
16081608
dependencies:
1609-
"@graphql-mesh/store" "0.8.18"
1610-
"@graphql-mesh/types" "0.77.0"
1611-
"@graphql-mesh/utils" "0.36.1"
1609+
"@graphql-mesh/store" "0.8.19"
1610+
"@graphql-mesh/types" "0.77.1"
1611+
"@graphql-mesh/utils" "0.37.0"
16121612
"@graphql-tools/delegate" "8.8.0"
16131613
"@graphql-tools/schema" "8.5.0"
16141614
"@graphql-tools/stitch" "8.7.0"
@@ -1617,16 +1617,16 @@
16171617
"@graphql-tools/wrap" "8.5.0"
16181618
tslib "^2.4.0"
16191619

1620-
"@graphql-mesh/runtime@0.39.1":
1621-
version "0.39.1"
1622-
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.39.1.tgz#7f6a83caff0266ad2564a254b029f52682b081a0"
1623-
integrity sha512-CqRNY3/Ky9+qPIB55yCzEr7YjCcttx/tOOTmMfkK3Dp4CRnZILuA+hCyF4YnE6Ui9UmLOmkfvoi6orBjzd5zHg==
1620+
"@graphql-mesh/runtime@0.40.0":
1621+
version "0.40.0"
1622+
resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.40.0.tgz#da17b0ea3e15773a1d7243284501b3a693445aa3"
1623+
integrity sha512-3LRzgSGVrIKbNmOHxY6mNfBJ0nMXl1ahPOKVDfOk5oo/TNrlTXgdzXaYoPZEbgZLSmA8F2G+URqAE03Qii0vbQ==
16241624
dependencies:
16251625
"@envelop/core" "2.4.0"
16261626
"@envelop/extended-validation" "1.7.0"
16271627
"@graphql-mesh/string-interpolation" "0.3.0"
1628-
"@graphql-mesh/types" "0.77.0"
1629-
"@graphql-mesh/utils" "0.36.1"
1628+
"@graphql-mesh/types" "0.77.1"
1629+
"@graphql-mesh/utils" "0.37.0"
16301630
"@graphql-tools/batch-delegate" "8.3.0"
16311631
"@graphql-tools/delegate" "8.8.0"
16321632
"@graphql-tools/utils" "8.8.0"
@@ -1645,15 +1645,15 @@
16451645
"@graphql-tools/utils" "8.6.13"
16461646
tslib "^2.4.0"
16471647

1648-
"@graphql-mesh/[email protected].18":
1649-
version "0.8.18"
1650-
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.18.tgz#9e596a4b3622b3fd86dfaac7e5d4833b5ff99ff1"
1651-
integrity sha512-t4O5DGDbSlCcyHkVZDlZjktwrWTRXBHb4dUPFJBpRi6tVBvpL8vblNtcGZ21QckhUuq3m9Q75o0ta8BVDqgSqA==
1648+
"@graphql-mesh/[email protected].19":
1649+
version "0.8.19"
1650+
resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.19.tgz#d6e87be8e6df4ac0e67b58c08a1b108d80786a80"
1651+
integrity sha512-oLjVum0bfxpseJb7Bi4QGW0s3RExKdSCd1jF4RqY9a0fp8nwc2B+7diflwl1FB6Xfr09NmUynmvJp1vN9aLPmQ==
16521652
dependencies:
16531653
"@graphql-inspector/core" "3.1.2"
1654-
"@graphql-mesh/cross-helpers" "0.1.7"
1655-
"@graphql-mesh/types" "0.77.0"
1656-
"@graphql-mesh/utils" "0.36.1"
1654+
"@graphql-mesh/cross-helpers" "0.2.0"
1655+
"@graphql-mesh/types" "0.77.1"
1656+
"@graphql-mesh/utils" "0.37.0"
16571657
"@graphql-tools/utils" "8.8.0"
16581658
tslib "^2.4.0"
16591659

@@ -1666,13 +1666,13 @@
16661666
json-pointer "0.6.2"
16671667
lodash.get "4.4.2"
16681668

1669-
"@graphql-mesh/[email protected].54":
1670-
version "0.11.54"
1671-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.54.tgz#81f0d58f4acae2c73d3c7d64ecd19d170622b874"
1672-
integrity sha512-YdjyC/3YA50T+Mk+W1Eil3rofDWXI6novDUmsqZLcG7a1p70KBTfYgf1jOQbhCRf3JowWzQdIpsGzheXCmQjvw==
1669+
"@graphql-mesh/[email protected].55":
1670+
version "0.11.55"
1671+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.55.tgz#eb82ba8f2439ef53fcbfb728872e2b496f77d779"
1672+
integrity sha512-NEZ7HvNQtXcYilx/c18drXijIsWOf9EN0nlpfCtJQ5qjassKpIM5zJ1p55vS3OhNAYDa/1c2BadD5YgzkoJ08w==
16731673
dependencies:
1674-
"@graphql-mesh/types" "0.77.0"
1675-
"@graphql-mesh/utils" "0.36.1"
1674+
"@graphql-mesh/types" "0.77.1"
1675+
"@graphql-mesh/utils" "0.37.0"
16761676
"@graphql-tools/delegate" "8.8.0"
16771677
"@graphql-tools/utils" "8.8.0"
16781678
"@graphql-tools/wrap" "8.5.0"
@@ -1691,13 +1691,13 @@
16911691
"@graphql-tools/wrap" "8.4.20"
16921692
tslib "^2.4.0"
16931693

1694-
"@graphql-mesh/[email protected].9":
1695-
version "0.4.9"
1696-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.9.tgz#a09d6b083110ffe49d940bd004e7dea2bab1f645"
1697-
integrity sha512-SLFgsYdEE0JN7pLM2CEbjuteQJy4q/jaNs1fipk/gMuW3x2/6vLIgko2CXBkaifUMtrq8zw3k22itKAGyWdSow==
1694+
"@graphql-mesh/[email protected].10":
1695+
version "0.4.10"
1696+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.10.tgz#09dc7cc7b943f56bb19c829b5d7e2c81df5ab5d5"
1697+
integrity sha512-kovKIqGQo+TVMaQ0WbEJM3A5eylasK1dGgqvsgImHjVb4VFwgW8tw53C5lH6sZdRi7BipWSt+SvP1UPU6N0f/g==
16981698
dependencies:
1699-
"@graphql-mesh/types" "0.77.0"
1700-
"@graphql-mesh/utils" "0.36.1"
1699+
"@graphql-mesh/types" "0.77.1"
1700+
"@graphql-mesh/utils" "0.37.0"
17011701
"@graphql-tools/delegate" "8.8.0"
17021702
"@graphql-tools/stitching-directives" "2.3.0"
17031703
tslib "^2.4.0"
@@ -1713,12 +1713,12 @@
17131713
"@graphql-typed-document-node/core" "3.1.1"
17141714
tslib "^2.4.0"
17151715

1716-
"@graphql-mesh/[email protected].0":
1717-
version "0.77.0"
1718-
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.77.0.tgz#c4a8cef8bfebfb53361c6805835fc590bcc3e044"
1719-
integrity sha512-727Uo2TGsHK7g3lD2+brmc0qOP6VnXEbrYs8ctERPVw3E9nOr9EOB8R5RH4sFdw5S2+SGx/y9k5wHYG4LURrmw==
1716+
"@graphql-mesh/[email protected].1":
1717+
version "0.77.1"
1718+
resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.77.1.tgz#e7032988e07a3a1a39c273738b00f8cc33c9dffd"
1719+
integrity sha512-DxPOhXBjSr821HdChqpSmUBDuQa2ie6aujaRZTgagSQnJ34S889LkmfrKQaszcPFsxQMInVorWmS4ckzBirOYg==
17201720
dependencies:
1721-
"@graphql-mesh/store" "0.8.18"
1721+
"@graphql-mesh/store" "0.8.19"
17221722
"@graphql-tools/delegate" "8.8.0"
17231723
"@graphql-tools/utils" "8.8.0"
17241724
"@graphql-typed-document-node/core" "3.1.1"
@@ -1751,14 +1751,14 @@
17511751
tiny-lru "8.0.2"
17521752
tslib "^2.4.0"
17531753

1754-
"@graphql-mesh/utils@0.36.1":
1755-
version "0.36.1"
1756-
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.36.1.tgz#f76c6851cfab349d23c19f253314d7242a47dc03"
1757-
integrity sha512-wDtFFEvPPZKa/wWH769vBuxCM7d4v/yItBgzS3fP03hKijhWXF0CA7HGhC/Y7LAFDykSWTqWNTiCPtEPMbXEhg==
1754+
"@graphql-mesh/utils@0.37.0":
1755+
version "0.37.0"
1756+
resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.37.0.tgz#49ea0446617a0e31190afd162aa9fe5bcade1b10"
1757+
integrity sha512-DAiOKGJhfazmbZ5yT98H4c74q9sNENMpHYT9dQtfTPH+YHPTWmsPCpPj9EHcEvUntSVualvmYHihaxQtRnZBKQ==
17581758
dependencies:
1759-
"@graphql-mesh/cross-helpers" "0.1.7"
1759+
"@graphql-mesh/cross-helpers" "0.2.0"
17601760
"@graphql-mesh/string-interpolation" "0.3.0"
1761-
"@graphql-mesh/types" "0.77.0"
1761+
"@graphql-mesh/types" "0.77.1"
17621762
"@graphql-tools/delegate" "8.8.0"
17631763
"@graphql-tools/utils" "8.8.0"
17641764
"@graphql-typed-document-node/core" "3.1.1"
@@ -1952,10 +1952,10 @@
19521952
"@graphql-tools/utils" "8.8.0"
19531953
tslib "^2.4.0"
19541954

1955-
"@graphql-tools/url-loader@7.11.0":
1956-
version "7.11.0"
1957-
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.11.0.tgz#c04d4d9f18af58230b589bdd55e81a003e19e5d6"
1958-
integrity sha512-c3L/NW9MRkYct4FoQQubTf/VeBhPm0lry2EsgDdcdKmV+lOh3RQ4DAYMH61cTX++MPeQiECYEwCCm68J52xlMg==
1955+
"@graphql-tools/url-loader@7.12.0":
1956+
version "7.12.0"
1957+
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.12.0.tgz#a80da06c4ccfe12dc983e6638d366a13a9cbf0e3"
1958+
integrity sha512-V5F3KgU5cpTQ5eghvwUVw1ac784Lxf66WgnmUO1ksFzfwhcvz2RZLvgpFdZ9x6ECnh31VOtxBmIarODnalPzPA==
19591959
dependencies:
19601960
"@graphql-tools/delegate" "8.8.0"
19611961
"@graphql-tools/utils" "8.8.0"
@@ -1966,7 +1966,7 @@
19661966
dset "^3.1.2"
19671967
extract-files "^11.0.0"
19681968
graphql-ws "^5.4.1"
1969-
isomorphic-ws "^4.0.1"
1969+
isomorphic-ws "^5.0.0"
19701970
meros "^1.1.4"
19711971
sync-fetch "^0.4.0"
19721972
tslib "^2.4.0"
@@ -2613,10 +2613,10 @@
26132613
dependencies:
26142614
"@types/istanbul-lib-report" "*"
26152615

2616-
"@types/[email protected].3":
2617-
version "28.1.3"
2618-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.3.tgz#52f3f3e50ce59191ff5fbb1084896cc0cf30c9ce"
2619-
integrity sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==
2616+
"@types/[email protected].4":
2617+
version "28.1.4"
2618+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.4.tgz#a11ee6c8fd0b52c19c9c18138b78bbcc201dad5a"
2619+
integrity sha512-telv6G5N7zRJiLcI3Rs3o+ipZ28EnE+7EvF0pSrt2pZOMnAVI/f+6/LucDxOvcBcTeTL3JMF744BbVQAVBUQRA==
26202620
dependencies:
26212621
jest-matcher-utils "^28.0.0"
26222622
pretty-format "^28.0.0"
@@ -5578,10 +5578,10 @@ isexe@^2.0.0:
55785578
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
55795579
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
55805580

5581-
isomorphic-ws@^4.0.1:
5582-
version "4.0.1"
5583-
resolved "https://registry.yarnpkg.com/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz#55fd4cd6c5e6491e76dc125938dd863f5cd4f2dc"
5584-
integrity sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==
5581+
isomorphic-ws@^5.0.0:
5582+
version "5.0.0"
5583+
resolved "https://registry.yarnpkg.com/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz#e5529148912ecb9b451b46ed44d53dae1ce04bbf"
5584+
integrity sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
55855585

55865586
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
55875587
version "3.2.0"

0 commit comments

Comments
 (0)