From 00973a77ca72d2d0f84170bb2e10c7a5afb0566e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:42:41 +0000 Subject: [PATCH] build(deps): bump the fastify-core group with 1 update (#1438) Bumps the fastify-core group with 1 update: [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit). - [Release notes](https://github.com/fastify/fastify-rate-limit/releases) - [Commits](https://github.com/fastify/fastify-rate-limit/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: "@fastify/rate-limit" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify-core ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2df9831..89cb2e49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@fastify/compress": "^6.5.0", "@fastify/cors": "^8.4.1", "@fastify/helmet": "^11.1.1", - "@fastify/rate-limit": "^9.0.0", + "@fastify/rate-limit": "^9.0.1", "@fastify/sensible": "^5.5.0", "@fastify/static": "^6.12.0", "@fastify/swagger": "^8.12.0", @@ -1613,13 +1613,13 @@ } }, "node_modules/@fastify/rate-limit": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-9.0.0.tgz", - "integrity": "sha512-Gt5NXYyidUY47yO0QFvwwVwolbpFcq8Y6wSL0iV8v29IdUQVKhE9hcJE5N48LdnhTQDBdLiZDiR7nV4niMfOWw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-9.0.1.tgz", + "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" } }, "node_modules/@fastify/send": { @@ -10691,9 +10691,9 @@ } }, "node_modules/toad-cache": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.3.0.tgz", - "integrity": "sha512-3oDzcogWGHZdkwrHyvJVpPjA7oNzY6ENOV3PsWJY9XYPZ6INo94Yd47s5may1U+nleBPwDhrRiTPMIvKaa3MQg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.3.1.tgz", + "integrity": "sha512-oE5vIpiyKEuyYJiyp0gYhiD1o7BmiPCJZX9pboK9X6EfdYYmNsk8m7J1kBwMt6H/avuDsCdEhassrMMxwW7h3Q==", "engines": { "node": ">=12" } diff --git a/package.json b/package.json index 8edc7d91..9d14be16 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@fastify/compress": "^6.5.0", "@fastify/cors": "^8.4.1", "@fastify/helmet": "^11.1.1", - "@fastify/rate-limit": "^9.0.0", + "@fastify/rate-limit": "^9.0.1", "@fastify/sensible": "^5.5.0", "@fastify/static": "^6.12.0", "@fastify/swagger": "^8.12.0",