Skip to content

Commit

Permalink
fix: upgrade @fastify/rate-limit from 9.0.0 to 9.0.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @fastify/rate-limit from 9.0.0 to 9.0.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/sr1ch1/project/55383a86-c11c-4960-bc2f-c22aa74269a8?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 21, 2023
1 parent 75d29b7 commit a57cf2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@apollo/datasource-rest": "^6.2.2",
"@apollo/server": "^4.9.5",
"@as-integrations/fastify": "^2.1.1",
"@fastify/rate-limit": "^9.0.0",
"@fastify/rate-limit": "^9.0.1",
"@fastify/sensible": "^5.5.0",
"@fastify/under-pressure": "^8.3.0",
"@graphql-tools/load-files": "^7.0.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1224,14 +1224,14 @@
dependencies:
fast-json-stringify "^5.7.0"

"@fastify/rate-limit@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@fastify/rate-limit/-/rate-limit-9.0.0.tgz#a69389c0bd565346e763abb7fae5993724eaff20"
integrity sha512-Gt5NXYyidUY47yO0QFvwwVwolbpFcq8Y6wSL0iV8v29IdUQVKhE9hcJE5N48LdnhTQDBdLiZDiR7nV4niMfOWw==
"@fastify/rate-limit@^9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@fastify/rate-limit/-/rate-limit-9.0.1.tgz#8efe06d20a3c551d90e8277b3e4b52894f0dec44"
integrity sha512-BNKWtMHyJV+f3TUAQxWacq8dVfJLeTzBOthKpTpkYEBdBRY0cYn2UTPGpHglwZ84o0V+U7pS3wfO4mzF8eXFzg==
dependencies:
"@lukeed/ms" "^2.0.1"
fastify-plugin "^4.0.0"
toad-cache "^3.3.0"
toad-cache "^3.3.1"

"@fastify/sensible@^5.5.0":
version "5.5.0"
Expand Down Expand Up @@ -9968,6 +9968,11 @@ toad-cache@^3.3.0:
resolved "https://registry.yarnpkg.com/toad-cache/-/toad-cache-3.3.0.tgz#5b7dc67b36bc8b960567eb77bdf9ac6c26f204a1"
integrity sha512-3oDzcogWGHZdkwrHyvJVpPjA7oNzY6ENOV3PsWJY9XYPZ6INo94Yd47s5may1U+nleBPwDhrRiTPMIvKaa3MQg==

toad-cache@^3.3.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/toad-cache/-/toad-cache-3.4.1.tgz#a3506a9e0f877d751832083e2ee4ed8fb151b3e5"
integrity sha512-T0m3MxP3wcqW0LaV3dF1mHBU294sgYSm4FOpa5eEJaYO7PqJZBOjZEQI1y4YaKNnih1FXCEYTWDS9osCoTUefg==

toidentifier@1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz"
Expand Down

0 comments on commit a57cf2e

Please sign in to comment.