Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#7868)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 4e7134a commit 60871e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.102.11",
"@graphql-tools/schema": "10.0.7",
"@graphql-tools/wrap": "10.0.13"
"@graphql-tools/wrap": "10.0.14"
},
"publishConfig": {
"access": "public",
Expand Down
27 changes: 6 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7049,7 +7049,7 @@ __metadata:
"@graphql-mesh/cache-localforage": "npm:0.102.11"
"@graphql-mesh/string-interpolation": "npm:^0.5.6"
"@graphql-tools/schema": "npm:10.0.7"
"@graphql-tools/wrap": "npm:10.0.13"
"@graphql-tools/wrap": "npm:10.0.14"
minimatch: "npm:^10.0.0"
peerDependencies:
"@graphql-mesh/cross-helpers": ^0.4.7
Expand Down Expand Up @@ -8188,18 +8188,18 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/wrap@npm:10.0.13":
version: 10.0.13
resolution: "@graphql-tools/wrap@npm:10.0.13"
"@graphql-tools/wrap@npm:10.0.14, @graphql-tools/wrap@npm:^10.0.12, @graphql-tools/wrap@npm:^10.0.13, @graphql-tools/wrap@npm:^10.0.14":
version: 10.0.14
resolution: "@graphql-tools/wrap@npm:10.0.14"
dependencies:
"@graphql-tools/delegate": "npm:^10.0.29"
"@graphql-tools/delegate": "npm:^10.1.0"
"@graphql-tools/schema": "npm:^10.0.7"
"@graphql-tools/utils": "npm:^10.5.5"
tslib: "npm:^2.4.0"
value-or-promise: "npm:^1.0.12"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/0c055764f7e4589eceacc751a9f786f0f710370618873b778e3e7ea34b2dd233d9a427ac377030b2efb38ddcc9c7739a8dce8896f5ece5d4bccade28304601d0
checksum: 10c0/9517a05d04d4f92aa4ff2276438e79ccba7c8b26d3854ae5fddbfc9fab956cc509c29a1512e1f6e5c298ab59a508475455eeb7fe314897f3411f2f06d40616ce
languageName: node
linkType: hard

Expand All @@ -8219,21 +8219,6 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/wrap@npm:^10.0.12, @graphql-tools/wrap@npm:^10.0.13, @graphql-tools/wrap@npm:^10.0.14":
version: 10.0.14
resolution: "@graphql-tools/wrap@npm:10.0.14"
dependencies:
"@graphql-tools/delegate": "npm:^10.1.0"
"@graphql-tools/schema": "npm:^10.0.7"
"@graphql-tools/utils": "npm:^10.5.5"
tslib: "npm:^2.4.0"
value-or-promise: "npm:^1.0.12"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/9517a05d04d4f92aa4ff2276438e79ccba7c8b26d3854ae5fddbfc9fab956cc509c29a1512e1f6e5c298ab59a508475455eeb7fe314897f3411f2f06d40616ce
languageName: node
linkType: hard

"@graphql-typed-document-node/core@npm:3.2.0, @graphql-typed-document-node/core@npm:^3.1.1, @graphql-typed-document-node/core@npm:^3.2.0":
version: 3.2.0
resolution: "@graphql-typed-document-node/core@npm:3.2.0"
Expand Down

0 comments on commit 60871e3

Please sign in to comment.