Skip to content

Commit 3226f71

Browse files
chore(deps-dev): bump @graphql-mesh/transform-replace-field (#10156)
Bumps [@graphql-mesh/transform-replace-field](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/legacy/transforms/replace-field) from 0.105.1 to 0.105.4. - [Release notes](https://github.com/ardatan/graphql-mesh/releases) - [Changelog](https://github.com/ardatan/graphql-mesh/blob/master/packages/legacy/transforms/replace-field/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-mesh/commits/@graphql-mesh/[email protected]/packages/legacy/transforms/replace-field) --- updated-dependencies: - dependency-name: "@graphql-mesh/transform-replace-field" dependency-version: 0.105.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50ded48 commit 3226f71

File tree

2 files changed

+105
-8
lines changed

2 files changed

+105
-8
lines changed

modules/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@graphql-mesh/cli": "0.100.1",
9797
"@graphql-mesh/openapi": "0.109.2",
9898
"@graphql-mesh/runtime": "0.106.1",
99-
"@graphql-mesh/transform-replace-field": "0.105.1",
99+
"@graphql-mesh/transform-replace-field": "0.105.4",
100100
"@types/d3": "7.4.3",
101101
"@types/d3-scale": "4.0.9",
102102
"@types/file-saver": "2.0.7",

modules/web/yarn.lock

Lines changed: 104 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4126,6 +4126,13 @@ __metadata:
41264126
languageName: node
41274127
linkType: hard
41284128

4129+
"@fastify/busboy@npm:^3.1.1":
4130+
version: 3.1.1
4131+
resolution: "@fastify/busboy@npm:3.1.1"
4132+
checksum: 7d8cb4bd8eaacad849d1842a54a0ae8d35808bbdd9c364bf4b953f1e70fdb786f59e1f580b6366a2459bc0d1bc4ade6a6c52ba8de74f1e704404ad7cd7d357f0
4133+
languageName: node
4134+
linkType: hard
4135+
41294136
"@fastify/merge-json-schemas@npm:^0.1.0":
41304137
version: 0.1.1
41314138
resolution: "@fastify/merge-json-schemas@npm:0.1.1"
@@ -4611,6 +4618,22 @@ __metadata:
46114618
languageName: node
46124619
linkType: hard
46134620

4621+
"@graphql-mesh/store@npm:^0.104.3":
4622+
version: 0.104.3
4623+
resolution: "@graphql-mesh/store@npm:0.104.3"
4624+
dependencies:
4625+
"@graphql-inspector/core": 6.2.1
4626+
"@graphql-mesh/cross-helpers": ^0.4.10
4627+
"@graphql-mesh/types": ^0.104.3
4628+
"@graphql-mesh/utils": ^0.104.3
4629+
"@graphql-tools/utils": ^10.8.0
4630+
tslib: ^2.4.0
4631+
peerDependencies:
4632+
graphql: "*"
4633+
checksum: 951ee79b42110e385ac81dbd27c3f96293860f1dc3fa861fe1361f193e821fd0f8f6b08cef32c113a828e3e1b5657b8c2d116aa0846ac6027463d24dbd2b6d5e
4634+
languageName: node
4635+
linkType: hard
4636+
46144637
"@graphql-mesh/string-interpolation@npm:0.5.8, @graphql-mesh/string-interpolation@npm:^0.5.8":
46154638
version: 0.5.8
46164639
resolution: "@graphql-mesh/string-interpolation@npm:0.5.8"
@@ -4625,20 +4648,20 @@ __metadata:
46254648
languageName: node
46264649
linkType: hard
46274650

4628-
"@graphql-mesh/transform-replace-field@npm:0.105.1":
4629-
version: 0.105.1
4630-
resolution: "@graphql-mesh/transform-replace-field@npm:0.105.1"
4651+
"@graphql-mesh/transform-replace-field@npm:0.105.4":
4652+
version: 0.105.4
4653+
resolution: "@graphql-mesh/transform-replace-field@npm:0.105.4"
46314654
dependencies:
4632-
"@graphql-mesh/types": ^0.104.1
4633-
"@graphql-mesh/utils": ^0.104.1
4655+
"@graphql-mesh/types": ^0.104.3
4656+
"@graphql-mesh/utils": ^0.104.3
46344657
"@graphql-tools/code-file-loader": ^8.0.0
46354658
"@graphql-tools/graphql-file-loader": ^8.0.0
46364659
"@graphql-tools/load": ^8.0.0
46374660
"@graphql-tools/utils": ^10.8.0
46384661
tslib: ^2.4.0
46394662
peerDependencies:
46404663
graphql: "*"
4641-
checksum: 080b260ea3189cca662cd07593ace538d5c2e55446189d40ae3c76e416329765556e556936b948c0ea9bad2e73e7a29dde556cd3b41127794884218ee67e6a6c
4664+
checksum: be85f87054c137467c6033850721835a07bec5af1a2c0e2f192c366127c9d987a7fcf101a41e8002eb22fbe3b0e587e9714661713b01eb0e600ed2cc935dbd0d
46424665
languageName: node
46434666
linkType: hard
46444667

@@ -4696,6 +4719,22 @@ __metadata:
46964719
languageName: node
46974720
linkType: hard
46984721

4722+
"@graphql-mesh/types@npm:^0.104.3":
4723+
version: 0.104.3
4724+
resolution: "@graphql-mesh/types@npm:0.104.3"
4725+
dependencies:
4726+
"@graphql-mesh/store": ^0.104.3
4727+
"@graphql-tools/batch-delegate": ^9.0.10
4728+
"@graphql-tools/delegate": ^10.0.28
4729+
"@graphql-tools/utils": ^10.8.0
4730+
"@graphql-typed-document-node/core": ^3.2.0
4731+
tslib: ^2.4.0
4732+
peerDependencies:
4733+
graphql: "*"
4734+
checksum: 4eb4dcfa468cc815a98973efd6258938622f1d309d4f89855cb1b7129fbc5a1e77bdd6addd7f05d1ec933e3c96d69321c7ddc896c68c3f304ce7d73c43099b08
4735+
languageName: node
4736+
linkType: hard
4737+
46994738
"@graphql-mesh/utils@npm:^0.104.1":
47004739
version: 0.104.1
47014740
resolution: "@graphql-mesh/utils@npm:0.104.1"
@@ -4723,6 +4762,33 @@ __metadata:
47234762
languageName: node
47244763
linkType: hard
47254764

4765+
"@graphql-mesh/utils@npm:^0.104.3":
4766+
version: 0.104.3
4767+
resolution: "@graphql-mesh/utils@npm:0.104.3"
4768+
dependencies:
4769+
"@envelop/instrumentation": ^1.0.0
4770+
"@graphql-mesh/cross-helpers": ^0.4.10
4771+
"@graphql-mesh/string-interpolation": ^0.5.8
4772+
"@graphql-mesh/types": ^0.104.3
4773+
"@graphql-tools/batch-delegate": ^9.0.16
4774+
"@graphql-tools/delegate": ^10.0.28
4775+
"@graphql-tools/utils": ^10.8.0
4776+
"@graphql-tools/wrap": ^10.0.28
4777+
"@whatwg-node/disposablestack": ^0.0.6
4778+
"@whatwg-node/fetch": ^0.10.6
4779+
"@whatwg-node/promise-helpers": ^1.2.0
4780+
dset: ^3.1.2
4781+
js-yaml: ^4.1.0
4782+
lodash.get: ^4.4.2
4783+
lodash.topath: ^4.5.2
4784+
tiny-lru: ^11.0.0
4785+
tslib: ^2.4.0
4786+
peerDependencies:
4787+
graphql: "*"
4788+
checksum: 59c4456e60f0fac9ea4a2eadd88984a4460e0b9589705ff41353f3956a09205e6938a3089cabcb71df53992dd0aff1700c135d276e38a0a8748da5ca5b246028
4789+
languageName: node
4790+
linkType: hard
4791+
47264792
"@graphql-tools/batch-delegate@npm:^9.0.10, @graphql-tools/batch-delegate@npm:^9.0.13":
47274793
version: 9.0.13
47284794
resolution: "@graphql-tools/batch-delegate@npm:9.0.13"
@@ -7685,6 +7751,16 @@ __metadata:
76857751
languageName: node
76867752
linkType: hard
76877753

7754+
"@whatwg-node/fetch@npm:^0.10.6":
7755+
version: 0.10.6
7756+
resolution: "@whatwg-node/fetch@npm:0.10.6"
7757+
dependencies:
7758+
"@whatwg-node/node-fetch": ^0.7.18
7759+
urlpattern-polyfill: ^10.0.0
7760+
checksum: e43047dfb8271f3d76820a680ddb0dd641f7ac015c1e5bcb70794b1485052c53afddbd34e042f97ff263b2f93d52daa30deaaa8ef289ece31073d1ddd85c7480
7761+
languageName: node
7762+
linkType: hard
7763+
76887764
"@whatwg-node/node-fetch@npm:^0.7.10":
76897765
version: 0.7.10
76907766
resolution: "@whatwg-node/node-fetch@npm:0.7.10"
@@ -7708,6 +7784,18 @@ __metadata:
77087784
languageName: node
77097785
linkType: hard
77107786

7787+
"@whatwg-node/node-fetch@npm:^0.7.18":
7788+
version: 0.7.18
7789+
resolution: "@whatwg-node/node-fetch@npm:0.7.18"
7790+
dependencies:
7791+
"@fastify/busboy": ^3.1.1
7792+
"@whatwg-node/disposablestack": ^0.0.6
7793+
"@whatwg-node/promise-helpers": ^1.3.1
7794+
tslib: ^2.6.3
7795+
checksum: 7e0798c1b253185c2497ebc56bee592d1bf4de38a70f37c7a3007ba43a23dfbf6730109cd2b0e4c7bb075a93f1e73fb703e747670a82c2c2d20aac1c9741ac0c
7796+
languageName: node
7797+
linkType: hard
7798+
77117799
"@whatwg-node/promise-helpers@npm:^1.0.0, @whatwg-node/promise-helpers@npm:^1.2.0, @whatwg-node/promise-helpers@npm:^1.2.1, @whatwg-node/promise-helpers@npm:^1.2.3":
77127800
version: 1.2.4
77137801
resolution: "@whatwg-node/promise-helpers@npm:1.2.4"
@@ -7717,6 +7805,15 @@ __metadata:
77177805
languageName: node
77187806
linkType: hard
77197807

7808+
"@whatwg-node/promise-helpers@npm:^1.3.1":
7809+
version: 1.3.1
7810+
resolution: "@whatwg-node/promise-helpers@npm:1.3.1"
7811+
dependencies:
7812+
tslib: ^2.6.3
7813+
checksum: f46658990c5d34ae0f11146ba1cd08328196d26c01cf7844d36a13893a70fdfa38f76379ec256586cf912441c8f7fbbbd316bed12f550144e724e8ddbeda7412
7814+
languageName: node
7815+
linkType: hard
7816+
77207817
"@whatwg-node/server@npm:^0.10.0":
77217818
version: 0.10.1
77227819
resolution: "@whatwg-node/server@npm:0.10.1"
@@ -14890,7 +14987,7 @@ __metadata:
1489014987
"@graphql-mesh/cli": 0.100.1
1489114988
"@graphql-mesh/openapi": 0.109.2
1489214989
"@graphql-mesh/runtime": 0.106.1
14893-
"@graphql-mesh/transform-replace-field": 0.105.1
14990+
"@graphql-mesh/transform-replace-field": 0.105.4
1489414991
"@swimlane/ngx-charts": 21.1.3
1489514992
"@types/d3": 7.4.3
1489614993
"@types/d3-scale": 4.0.9

0 commit comments

Comments
 (0)