Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#8269)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jan 15, 2025
1 parent ba2630a commit 2ff45ed
Show file tree
Hide file tree
Showing 11 changed files with 94 additions and 353 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_transport-rest-8269-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/transport-rest": patch
---
dependencies updates:
- Updated dependency [`qs@6.14.0` ↗︎](https://www.npmjs.com/package/qs/v/6.14.0) (from `6.13.1`, in `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/@omnigraph_json-schema-8269-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@omnigraph/json-schema": patch
---
dependencies updates:
- Updated dependency [`qs@6.14.0` ↗︎](https://www.npmjs.com/package/qs/v/6.14.0) (from `6.13.1`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.101.0"
"wrangler": "3.102.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "react-scripts test"
},
"dependencies": {
"@apollo/client": "3.12.5",
"@apollo/client": "3.12.6",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.101.0"
"wrangler": "3.102.0"
}
}
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-breweries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.101.0"
"wrangler": "3.102.0"
}
}
2 changes: 1 addition & 1 deletion examples/v1-next/integrations/cfw-spacex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"graphql": "16.10.0"
},
"devDependencies": {
"wrangler": "3.101.0"
"wrangler": "3.102.0"
}
}
2 changes: 1 addition & 1 deletion packages/legacy/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@apollo/client": "3.12.5"
"@apollo/client": "3.12.6"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"graphql-scalars": "^1.22.4",
"json-machete": "0.97.5",
"pascal-case": "3.1.2",
"qs": "6.13.1",
"qs": "6.14.0",
"to-json-schema": "0.2.5",
"tslib": "^2.4.0",
"url-join": "4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/transports/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dset": "^3.1.3",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.22.4",
"qs": "6.13.1",
"qs": "6.14.0",
"tslib": "^2.4.0",
"url-join": "4.0.1"
},
Expand Down
Loading

0 comments on commit 2ff45ed

Please sign in to comment.