Skip to content

Commit

Permalink
chore(deps-dev): bump @graphql-mesh/runtime in /modules/web (#9935)
Browse files Browse the repository at this point in the history
Bumps [@graphql-mesh/runtime](https://github.com/ardatan/graphql-mesh/tree/HEAD/packages/legacy/runtime) from 0.105.13 to 0.105.14.
- [Release notes](https://github.com/ardatan/graphql-mesh/releases)
- [Changelog](https://github.com/ardatan/graphql-mesh/blob/master/packages/legacy/runtime/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-mesh/commits/@graphql-mesh/[email protected]/packages/legacy/runtime)

---
updated-dependencies:
- dependency-name: "@graphql-mesh/runtime"
  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>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 11f6d15 commit 2c48264
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@cypress/webpack-preprocessor": "6.0.2",
"@graphql-mesh/cli": "0.98.18",
"@graphql-mesh/openapi": "0.108.16",
"@graphql-mesh/runtime": "0.105.13",
"@graphql-mesh/runtime": "0.105.14",
"@graphql-mesh/transform-replace-field": "0.103.13",
"@types/d3": "7.4.3",
"@types/d3-scale": "4.0.9",
Expand Down
112 changes: 110 additions & 2 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4410,6 +4410,18 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/cross-helpers@npm:^0.4.10":
version: 0.4.10
resolution: "@graphql-mesh/cross-helpers@npm:0.4.10"
dependencies:
"@graphql-tools/utils": ^10.8.0
path-browserify: 1.0.1
peerDependencies:
graphql: "*"
checksum: 263c48e6a24d5fc470c0e29b635f6852d81212c675d2440fe5f7dfa46c91e0340344f773bb86c9914d78d5687d6e659f11544768244138953a741bc7c34948b3
languageName: node
linkType: hard

"@graphql-mesh/cross-helpers@npm:^0.4.9":
version: 0.4.9
resolution: "@graphql-mesh/cross-helpers@npm:0.4.9"
Expand Down Expand Up @@ -4524,7 +4536,32 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/runtime@npm:0.105.13, @graphql-mesh/runtime@npm:^0.105.13":
"@graphql-mesh/runtime@npm:0.105.14":
version: 0.105.14
resolution: "@graphql-mesh/runtime@npm:0.105.14"
dependencies:
"@envelop/core": ^5.0.0
"@envelop/extended-validation": ^4.0.0
"@envelop/graphql-jit": ^8.0.0
"@graphql-mesh/cross-helpers": ^0.4.10
"@graphql-mesh/string-interpolation": ^0.5.8
"@graphql-mesh/types": ^0.103.13
"@graphql-mesh/utils": ^0.103.13
"@graphql-tools/batch-delegate": ^9.0.9
"@graphql-tools/delegate": ^10.0.28
"@graphql-tools/executor": ^1.3.2
"@graphql-tools/utils": ^10.8.0
"@graphql-tools/wrap": ^10.0.28
"@whatwg-node/fetch": ^0.10.0
graphql-jit: ^0.8.7
tslib: ^2.4.0
peerDependencies:
graphql: "*"
checksum: 0b561088bf5cd4c61de854c6abefa30a18ec0cb4c564d419fa4c713659222f5f19fd80a152b76d416e5d127cfc1e85c47423d36cfda8cc553762f2c396c00ad9
languageName: node
linkType: hard

"@graphql-mesh/runtime@npm:^0.105.13":
version: 0.105.13
resolution: "@graphql-mesh/runtime@npm:0.105.13"
dependencies:
Expand Down Expand Up @@ -4565,6 +4602,22 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/store@npm:^0.103.13":
version: 0.103.13
resolution: "@graphql-mesh/store@npm:0.103.13"
dependencies:
"@graphql-inspector/core": 6.2.1
"@graphql-mesh/cross-helpers": ^0.4.10
"@graphql-mesh/types": ^0.103.13
"@graphql-mesh/utils": ^0.103.13
"@graphql-tools/utils": ^10.8.0
tslib: ^2.4.0
peerDependencies:
graphql: "*"
checksum: acfb73ea6f0e1ca1dabd7d6877a59ca81d8bc08e9eb17c8988c94037b8796b676d3e798259d0d3f216a4b8acdb6f4e269eb6febc58e99f0d756142fd168672ed
languageName: node
linkType: hard

"@graphql-mesh/string-interpolation@npm:0.5.8, @graphql-mesh/string-interpolation@npm:^0.5.8":
version: 0.5.8
resolution: "@graphql-mesh/string-interpolation@npm:0.5.8"
Expand Down Expand Up @@ -4650,6 +4703,22 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/types@npm:^0.103.13":
version: 0.103.13
resolution: "@graphql-mesh/types@npm:0.103.13"
dependencies:
"@graphql-mesh/store": ^0.103.13
"@graphql-tools/batch-delegate": ^9.0.10
"@graphql-tools/delegate": ^10.0.28
"@graphql-tools/utils": ^10.8.0
"@graphql-typed-document-node/core": ^3.2.0
tslib: ^2.4.0
peerDependencies:
graphql: "*"
checksum: 224e2894f6423fe8a941742b4fb837e806c5e0b7c1ebee61a7ee4a6654ccf372350517dc4acbd857129d30186d57300d289de6bd9b0ad4025529b385f8df3281
languageName: node
linkType: hard

"@graphql-mesh/utils@npm:^0.103.12":
version: 0.103.12
resolution: "@graphql-mesh/utils@npm:0.103.12"
Expand All @@ -4675,6 +4744,31 @@ __metadata:
languageName: node
linkType: hard

"@graphql-mesh/utils@npm:^0.103.13":
version: 0.103.13
resolution: "@graphql-mesh/utils@npm:0.103.13"
dependencies:
"@graphql-mesh/cross-helpers": ^0.4.10
"@graphql-mesh/string-interpolation": ^0.5.8
"@graphql-mesh/types": ^0.103.13
"@graphql-tools/batch-delegate": ^9.0.16
"@graphql-tools/delegate": ^10.0.28
"@graphql-tools/utils": ^10.8.0
"@graphql-tools/wrap": ^10.0.28
"@whatwg-node/disposablestack": ^0.0.5
"@whatwg-node/fetch": ^0.10.0
dset: ^3.1.2
js-yaml: ^4.1.0
lodash.get: ^4.4.2
lodash.topath: ^4.5.2
tiny-lru: ^11.0.0
tslib: ^2.4.0
peerDependencies:
graphql: "*"
checksum: 6b10e1c174c76d206dcef7d6a463e5a4f1449ac3ca112ae83342f9940d170586fd55bc259d74b8b4214428b2178784d17295f2a5df74862c41bc7e40a43bbfef
languageName: node
linkType: hard

"@graphql-tools/batch-delegate@npm:^9.0.10, @graphql-tools/batch-delegate@npm:^9.0.13":
version: 9.0.13
resolution: "@graphql-tools/batch-delegate@npm:9.0.13"
Expand Down Expand Up @@ -5351,6 +5445,20 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:^10.8.0":
version: 10.8.1
resolution: "@graphql-tools/utils@npm:10.8.1"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
cross-inspect: 1.0.1
dset: ^3.1.4
tslib: ^2.4.0
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 2de6d259a904a053d368134b76bf673c67af43e6d86a7fac5f638af119e61e86b30f3c1c00855ed558915f55b8057c11e732e78748e52d7b9fad491911b51c9c
languageName: node
linkType: hard

"@graphql-tools/utils@npm:^8.8.0":
version: 8.13.1
resolution: "@graphql-tools/utils@npm:8.13.1"
Expand Down Expand Up @@ -14864,7 +14972,7 @@ __metadata:
"@cypress/webpack-preprocessor": 6.0.2
"@graphql-mesh/cli": 0.98.18
"@graphql-mesh/openapi": 0.108.16
"@graphql-mesh/runtime": 0.105.13
"@graphql-mesh/runtime": 0.105.14
"@graphql-mesh/transform-replace-field": 0.103.13
"@swimlane/ngx-charts": 21.1.3
"@types/d3": 7.4.3
Expand Down

0 comments on commit 2c48264

Please sign in to comment.