Skip to content

Commit 80805ef

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @graphql-mesh/transform-cache to v0.11.20
1 parent 4097c39 commit 80805ef

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@graphql-mesh/thrift": "0.8.23",
3737
"@graphql-mesh/grpc": "0.19.13",
3838
"@graphql-mesh/mysql": "0.14.23",
39-
"@graphql-mesh/transform-cache": "0.11.16",
39+
"@graphql-mesh/transform-cache": "0.11.20",
4040
"@graphql-mesh/transform-encapsulate": "0.3.20",
4141
"@graphql-mesh/transform-extend": "0.9.15",
4242
"@graphql-mesh/transform-federation": "0.8.15",

yarn.lock

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2906,16 +2906,16 @@
29062906
thrift "0.14.1"
29072907
url-join "4.0.1"
29082908

2909-
"@graphql-mesh/[email protected].16":
2910-
version "0.11.16"
2911-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-cache/-/transform-cache-0.11.16.tgz#f5df8cf1e2605b11c0da2e6c4695f887886667cd"
2912-
integrity sha512-edk6p+T262ZNsoTpJ9ZOjQ88pQTuJSVHPI+Ya7cHqcjeFGqDNWjHsdI/sjtNdGnUPoGGzXG37VK1RuDLjeHxVw==
2909+
"@graphql-mesh/[email protected].20":
2910+
version "0.11.20"
2911+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-cache/-/transform-cache-0.11.20.tgz#3dfc91e495008026e511e943be3e9d5b87038781"
2912+
integrity sha512-CMXhweg0w0Knz6FCtV+ZFPpo7M3e2Ncs9nrOc6wW356fbg9jNl+DWdt8j7aojoud29iEBJRy/2lC2mGRs/1LMA==
29132913
dependencies:
2914-
"@graphql-mesh/types" "0.62.1"
2915-
"@graphql-mesh/utils" "0.27.2"
2916-
"@graphql-tools/resolvers-composition" "6.4.1"
2917-
"@graphql-tools/schema" "8.3.1"
2918-
"@graphql-tools/utils" "8.6.1"
2914+
"@graphql-mesh/types" "0.64.0"
2915+
"@graphql-mesh/utils" "0.27.6"
2916+
"@graphql-tools/resolvers-composition" "6.4.2"
2917+
"@graphql-tools/schema" "8.3.2"
2918+
"@graphql-tools/utils" "8.6.2"
29192919
date-fns "2.28.0"
29202920

29212921
"@graphql-mesh/transform-cache@^0.9.0":
@@ -4250,6 +4250,16 @@
42504250
micromatch "^4.0.4"
42514251
tslib "~2.3.0"
42524252

4253+
"@graphql-tools/[email protected]":
4254+
version "6.4.2"
4255+
resolved "https://registry.yarnpkg.com/@graphql-tools/resolvers-composition/-/resolvers-composition-6.4.2.tgz#43a8d7fe921ff1b7c3e5ec15a907145c8fb33e92"
4256+
integrity sha512-1HZnT0nZTBOsxMvDld0rs4JDL1MY+OQscoaPl+DhHIzGjhC+aHA1DxfJE7rRkhes5ER7p1tGVfqM7ilxY1yIEA==
4257+
dependencies:
4258+
"@graphql-tools/utils" "^8.6.2"
4259+
lodash "4.17.21"
4260+
micromatch "^4.0.4"
4261+
tslib "~2.3.0"
4262+
42534263
"@graphql-tools/[email protected]", "@graphql-tools/schema@^7.0.0", "@graphql-tools/schema@^7.1.4", "@graphql-tools/schema@^7.1.5":
42544264
version "7.1.5"
42554265
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-7.1.5.tgz#07b24e52b182e736a6b77c829fc48b84d89aa711"
@@ -4289,7 +4299,7 @@
42894299
tslib "~2.3.0"
42904300
value-or-promise "1.0.11"
42914301

4292-
"@graphql-tools/schema@^8.3.2":
4302+
"@graphql-tools/schema@8.3.2", "@graphql-tools/schema@^8.3.2":
42934303
version "8.3.2"
42944304
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.2.tgz#5b949d7a2cc3936f73507d91cc609996f1266d11"
42954305
integrity sha512-77feSmIuHdoxMXRbRyxE8rEziKesd/AcqKV6fmxe7Zt+PgIQITxNDew2XJJg7qFTMNM43W77Ia6njUSBxNOkwg==

0 commit comments

Comments
 (0)