From cd255b652fb7d1eeff5a87748b4aab6229586f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:10:03 +0200 Subject: [PATCH] build(deps): bump rate-limiter-flexible from 7.3.0 to 8.0.1 (#7143) Bumps [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) from 7.3.0 to 8.0.1. - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/compare/v7.3.0...v8.0.1) --- updated-dependencies: - dependency-name: rate-limiter-flexible dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 bb248d70c..8c294abb2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -225,8 +225,8 @@ importers: specifier: ^2.0.7 version: 2.0.7 rate-limiter-flexible: - specifier: ^7.3.0 - version: 7.3.0 + specifier: ^8.0.1 + version: 8.0.1 rehype: specifier: ^13.0.2 version: 13.0.2 @@ -3734,8 +3734,8 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - rate-limiter-flexible@7.3.0: - resolution: {integrity: sha512-0R5gYs0m+jLGqcE6wxuvht+zuch0h4Un+JqVCEWaQajJGCWU2HzY0IFDp8WS8NNqIpviJOLmkZ5VKmzW/8q5dA==} + rate-limiter-flexible@8.0.1: + resolution: {integrity: sha512-UVJdIvGYUDGH9+f3e63dIyOB1wxCLC9CSH09eXLohENGAsxY9PTwI2uJgY6Kj0ULf7x1Aq4FZIGvhJHXJTbdSQ==} raw-body@3.0.0: resolution: {integrity: sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==} @@ -8230,7 +8230,7 @@ snapshots: range-parser@1.2.1: {} - rate-limiter-flexible@7.3.0: {} + rate-limiter-flexible@8.0.1: {} raw-body@3.0.0: dependencies: diff --git a/src/package.json b/src/package.json index e4ca12433..a36ecbaa9 100644 --- a/src/package.json +++ b/src/package.json @@ -60,7 +60,7 @@ "openapi-backend": "^5.15.0", "prom-client": "^15.1.3", "proxy-addr": "^2.0.7", - "rate-limiter-flexible": "^7.3.0", + "rate-limiter-flexible": "^8.0.1", "rehype": "^13.0.2", "rehype-minify-whitespace": "^6.0.2", "resolve": "1.22.10",