From 0db74576f0c57f4227885c6ae0586203a7a63483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 05:52:54 +0000 Subject: [PATCH] Bump express-rate-limit from 8.5.1 to 8.6.0 Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 8.5.1 to 8.6.0. - [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.6.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72f08dc..22bdea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "cheerio": "^1.1.2", "dotenv": "^17.4.2", "express": "^5.2.1", - "express-rate-limit": "^8.5.1", + "express-rate-limit": "^8.6.0", "luxon": "^3.7.2", "pino": "^9.0.0", "validator": "^13.15.35" @@ -1868,11 +1868,12 @@ } }, "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.6.0", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.6.0.tgz", + "integrity": "sha512-XKJXDsASUOo0LLtFwW5hCcQGH0N4WQc/Rn8/Pvoia+TJFOkkFPvrtW9lZOeeNcxQJspvOIERMwiRLsVFlhHEkA==", "license": "MIT", "dependencies": { + "debug": "^4.4.3", "ip-address": "^10.2.0" }, "engines": { diff --git a/package.json b/package.json index 3ce6f49..6ccd8c0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "cheerio": "^1.1.2", "dotenv": "^17.4.2", "express": "^5.2.1", - "express-rate-limit": "^8.5.1", + "express-rate-limit": "^8.6.0", "luxon": "^3.7.2", "pino": "^9.0.0", "validator": "^13.15.35"