From da140a0f5abb78fd0bb91885fa4ddbb3c80ca7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:24:15 +0100 Subject: [PATCH] build(deps): bump rate-limiter-flexible from 11.0.0 to 11.0.1 (#7574) Bumps [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) from 11.0.0 to 11.0.1. - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/compare/v11.0.0...v11.0.1) --- updated-dependencies: - dependency-name: rate-limiter-flexible dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- src/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 076a493c3..abcf54bc7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -277,8 +277,8 @@ importers: specifier: ^2.0.7 version: 2.0.7 rate-limiter-flexible: - specifier: ^11.0.0 - version: 11.0.0 + specifier: ^11.0.1 + version: 11.0.1 redis: specifier: ^5.12.1 version: 5.12.1(@opentelemetry/api@1.9.0) @@ -4588,8 +4588,8 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - rate-limiter-flexible@11.0.0: - resolution: {integrity: sha512-UhN3xVeU6Az3y6hAuxMUwFsKcKD1HffhMGK0MknbSxH9vkwslS/p19ovCvJqIVT97pE778nKu2sUgYAcxj4dmQ==} + rate-limiter-flexible@11.0.1: + resolution: {integrity: sha512-hvyCUefjRund2N6hro2H8Dql7OvB6+B3Qv2FLWWbdsdyQScXf4+N0tM0Bryz11awTtNxx6C1QbHYb1rCiAx7pA==} raw-body@3.0.2: resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==} @@ -9983,7 +9983,7 @@ snapshots: range-parser@1.2.1: {} - rate-limiter-flexible@11.0.0: {} + rate-limiter-flexible@11.0.1: {} raw-body@3.0.2: dependencies: diff --git a/src/package.json b/src/package.json index 91b598d7f..e40201c87 100644 --- a/src/package.json +++ b/src/package.json @@ -67,7 +67,7 @@ "pg": "^8.20.0", "prom-client": "^15.1.3", "proxy-addr": "^2.0.7", - "rate-limiter-flexible": "^11.0.0", + "rate-limiter-flexible": "^11.0.1", "redis": "^5.12.1", "rehype": "^13.0.2", "rehype-minify-whitespace": "^6.0.2",