Skip to content

Commit

Permalink
Add graphql-middleware as a dependency to rate-limiter plugin (#2330)
Browse files Browse the repository at this point in the history
* indirect dep

* changeset

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
enisdenjo and github-actions[bot] authored Nov 20, 2024
1 parent 95de246 commit b1210bc
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 43 deletions.
5 changes: 5 additions & 0 deletions .changeset/@envelop_rate-limiter-2330-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@envelop/rate-limiter": patch
---
dependencies updates:
- Added dependency [`graphql-middleware@^6.1.35` ↗︎](https://www.npmjs.com/package/graphql-middleware/v/6.1.35) (to `dependencies`)
5 changes: 5 additions & 0 deletions .changeset/green-rice-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@envelop/rate-limiter': patch
---

Add graphql-middleware as a dependency
1 change: 1 addition & 0 deletions packages/plugins/rate-limiter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"dependencies": {
"@envelop/on-resolve": "^4.1.0",
"@graphql-tools/utils": "^10.5.4",
"graphql-middleware": "^6.1.35",
"graphql-rate-limit": "^3.3.0",
"minimatch": "^10.0.1",
"tslib": "^2.5.0"
Expand Down
89 changes: 46 additions & 43 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 b1210bc

Please sign in to comment.