Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2269)
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] committed Jan 2, 2023
1 parent 3e5f688 commit 8b288a2
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/graphql-yoga-2269-dependencies.md
@@ -0,0 +1,5 @@
---
'graphql-yoga': patch
---
dependencies updates:
- Updated dependency [`@whatwg-node/server@0.5.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.5.4) (from `0.5.3`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Expand Up @@ -10,7 +10,7 @@
"@envelop/graphql-modules": "4.0.4",
"@graphql-tools/load-files": "6.6.1",
"graphql-yoga": "3.2.1",
"fastify": "4.10.2",
"fastify": "4.11.0",
"graphql-modules": "2.1.0",
"reflect-metadata": "0.1.13"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"graphql-yoga": "3.2.1",
"fastify": "4.10.2",
"fastify": "4.11.0",
"pino-pretty": "9.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.31.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-svelte3": "4.0.0",
"jest": "^29.0.0",
"prettier": "2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-yoga/package.json
Expand Up @@ -57,7 +57,7 @@
"@graphql-tools/utils": "^9.0.1",
"@graphql-yoga/subscription": "^3.0.0",
"@whatwg-node/fetch": "0.6.1",
"@whatwg-node/server": "0.5.3",
"@whatwg-node/server": "0.5.4",
"dset": "^3.1.1",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/prometheus/package.json
Expand Up @@ -47,7 +47,7 @@
"graphql-yoga": "^3.2.1"
},
"devDependencies": {
"prom-client": "14.1.0"
"prom-client": "14.1.1"
},
"type": "module"
}
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b288a2

Please sign in to comment.