Skip to content

Commit 98d8471

Browse files
fix(deps): update dependency graphql-rate-limit to v3.1.0 (#228)
Co-authored-by: Renovate Bot <[email protected]>
1 parent dece18d commit 98d8471

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/plugins/rate-limiter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prepack": "bob prepack"
2121
},
2222
"dependencies": {
23-
"graphql-rate-limit": "3.0.0"
23+
"graphql-rate-limit": "3.1.0"
2424
},
2525
"devDependencies": {
2626
"bob-the-bundler": "1.2.0",

packages/plugins/rate-limiter/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,10 +446,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
446446
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
447447
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
448448

449-
graphql-rate-limit@3.0.0:
450-
version "3.0.0"
451-
resolved "https://registry.yarnpkg.com/graphql-rate-limit/-/graphql-rate-limit-3.0.0.tgz#d3e23951fc2e6767d4b696680ffb72cf2491a8ce"
452-
integrity sha512-jrXdIr1sUCn9+UZHrKu5t/tg4cZNaIfTrgbaIkFYamDQn45hWzHoMZTC1SADqt0UAZnchDZcZF4SUzl+c5AeCA==
449+
graphql-rate-limit@3.1.0:
450+
version "3.1.0"
451+
resolved "https://registry.yarnpkg.com/graphql-rate-limit/-/graphql-rate-limit-3.1.0.tgz#df8f164cfda38604104b58647ea8a6821dd78b40"
452+
integrity sha512-cT/WGsZye0e6EQPKPh01CcRrx/kstBe1Pxv8dae5LHtCSb0sCKQIdQMyBhJsFAkKERBiQVegLaDvhI+V9H7pJA==
453453
dependencies:
454454
"@graphql-tools/utils" "^7.6.0"
455455
graphql-shield "^7.5.0"

0 commit comments

Comments
 (0)