From 973ecd4564b39322f30797a8f1b93d1cac28671d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 23:22:54 +0000 Subject: [PATCH] chore(deps): bump express-rate-limit from 8.5.1 to 8.5.2 Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 8.5.1 to 8.5.2. - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v8.5.1...v8.5.2) --- updated-dependencies: - dependency-name: express-rate-limit dependency-version: 8.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e90b6f..a5398fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "ajv": "^8.20.0", "express": "^5.2.1", - "express-rate-limit": "^8.5.1", + "express-rate-limit": "^8.5.2", "pino": "^10.3.1", "pino-http": "^11.0.0", "sanitize-html": "^2.17.4" @@ -3106,9 +3106,9 @@ } }, "node_modules/express-rate-limit": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.1.tgz", - "integrity": "sha512-5O6KYmyJEpuPJV5hNTXKbAHWRqrzyu+OI3vUnSd2kXFubIVpG7ezpgxQy76Zo5GQZtrQBg86hF+CM/NX+cioiQ==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.2.tgz", + "integrity": "sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==", "license": "MIT", "dependencies": { "ip-address": "^10.2.0" diff --git a/package.json b/package.json index dc44a89..6024526 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "ajv": "^8.20.0", "express": "^5.2.1", - "express-rate-limit": "^8.5.1", + "express-rate-limit": "^8.5.2", "pino": "^10.3.1", "pino-http": "^11.0.0", "sanitize-html": "^2.17.4"