Skip to content

Commit

Permalink
fix(deps): update envelop (#3026)
Browse files Browse the repository at this point in the history
* fix(deps): update envelop

* 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 Sep 28, 2023
1 parent 4d3544f commit 365d028
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 39 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-yoga/plugin-prometheus': patch
---
dependencies updates:
- Updated dependency [`@envelop/prometheus@8.0.3`
↗︎](https://www.npmjs.com/package/@envelop/prometheus/v/8.0.3) (from `8.0.1`, in `dependencies`)
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "start-server-and-test start http://127.0.0.1:4000/ping loadtest"
},
"dependencies": {
"@envelop/graphql-jit": "6.0.2",
"@envelop/graphql-jit": "6.0.4",
"@faker-js/faker": "8.0.2",
"@graphql-yoga/plugin-response-cache": "2.1.1",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node --transpile-only src/index.ts"
},
"dependencies": {
"@envelop/graphql-modules": "5.0.1",
"@envelop/graphql-modules": "5.0.3",
"@graphql-tools/load-files": "7.0.0",
"fastify": "4.17.0",
"graphql-modules": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "ts-node src/main.ts"
},
"dependencies": {
"@envelop/generic-auth": "6.0.1",
"@envelop/generic-auth": "6.1.1",
"graphql": "16.6.0",
"graphql-yoga": "4.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vite": "4.3.9"
},
"dependencies": {
"@envelop/graphql-jit": "6.0.2",
"@envelop/graphql-jit": "6.0.4",
"graphql-yoga": "4.0.4",
"@graphql-yoga/render-graphiql": "4.0.4",
"graphql": "16.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prom-client": "^13 || ^14.0.0"
},
"dependencies": {
"@envelop/prometheus": "8.0.1"
"@envelop/prometheus": "8.0.3"
},
"devDependencies": {
"prom-client": "14.2.0"
Expand Down
69 changes: 35 additions & 34 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 365d028

Please sign in to comment.