Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#6948)
Browse files Browse the repository at this point in the history
* chore(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] committed May 8, 2024
1 parent d9b5137 commit 8ee8d40
Show file tree
Hide file tree
Showing 13 changed files with 113 additions and 71 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/plugin-http-details-extensions": patch
---
dependencies updates:
- Updated dependency [`@envelop/core@5.0.1` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.0.1) (from `5.0.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@graphql-mesh/cli": "0.90.3",
"@graphql-mesh/graphql": "0.98.3",
"fastify": "4.26.2",
"fastify": "4.27.0",
"graphql": "16.8.1",
"ts-node": "^10.9.2",
"ts-node-dev": "2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.7.5",
"@apollo/subgraph": "2.7.6",
"graphql": "16.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.7.5",
"@apollo/subgraph": "2.7.6",
"graphql": "16.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.7.5",
"@apollo/subgraph": "2.7.6",
"graphql": "16.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/subgraph": "2.7.5",
"@apollo/subgraph": "2.7.6",
"graphql": "16.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
Expand Down
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 @@ -9,7 +9,7 @@
"test": "react-scripts test"
},
"dependencies": {
"@apollo/client": "3.10.2",
"@apollo/client": "3.10.3",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"esbuild": "^0.21.1",
"graphql": "16.8.1",
"tslib": "2.6.2",
"undici": "6.15.0",
"undici": "6.16.0",
"uuid": "7.0.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@apollo/client": "3.10.2"
"@apollo/client": "3.10.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/http-details-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"tslib": "^2.4.0"
},
"dependencies": {
"@envelop/core": "5.0.0",
"@envelop/core": "5.0.1",
"@whatwg-node/fetch": "^0.9.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"graphql-scalars": "^1.22.4"
},
"devDependencies": {
"@envelop/core": "5.0.0",
"@envelop/core": "5.0.1",
"@graphql-mesh/cache-localforage": "0.98.3",
"@types/faker": "5.5.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"minimatch": "9.0.4"
},
"devDependencies": {
"@envelop/core": "5.0.0"
"@envelop/core": "5.0.1"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 8ee8d40

Please sign in to comment.