diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5508c72de4e..9c94f561a23 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -314,8 +314,8 @@ importers: specifier: ^2.0.7 version: 2.0.7 rate-limiter-flexible: - specifier: ^11.1.1 - version: 11.1.1 + specifier: ^11.2.0 + version: 11.2.0 redis: specifier: ^6.0.0 version: 6.0.0(@opentelemetry/api@1.9.1) @@ -4661,8 +4661,8 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - rate-limiter-flexible@11.1.1: - resolution: {integrity: sha512-ZT/GnTlqjX+vEnI39tubPX8bQY7xIvp0e0q+DgxiA2RTfwj7t/jy6GTgdkJNb22qPCqjXJLoPLxff7RolmGc8Q==} + rate-limiter-flexible@11.2.0: + resolution: {integrity: sha512-L0eIK+BmFMi6NcvmtEg7RSswOFKi9MMD5RhBIypFfOve+G6Jl1Xbb8qEHgK3uRzNtkOFYF0L9f7P4rSf2PnUVw==} raw-body@3.0.2: resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==} @@ -10209,7 +10209,7 @@ snapshots: range-parser@1.2.1: {} - rate-limiter-flexible@11.1.1: {} + rate-limiter-flexible@11.2.0: {} raw-body@3.0.2: dependencies: diff --git a/src/package.json b/src/package.json index 9e90c911fde..295467d4f2f 100644 --- a/src/package.json +++ b/src/package.json @@ -72,7 +72,7 @@ "pg": "^8.21.0", "prom-client": "^15.1.3", "proxy-addr": "^2.0.7", - "rate-limiter-flexible": "^11.1.1", + "rate-limiter-flexible": "^11.2.0", "redis": "^6.0.0", "rehype": "^13.0.2", "rehype-minify-whitespace": "^6.0.2",