From e212e53d5740b7de609cc12f35689812b38d197a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:35:24 +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 5bf5279..b6c0ce6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@modelcontextprotocol/sdk": "^1.29.0", "@noble/hashes": "^1.8.0", "express": "^4.21.2", - "express-rate-limit": "^8.5.1", + "express-rate-limit": "^8.5.2", "nostr-tools": "^2.23.3", "pg": "^8.20.0", "zod": "^3.24.2" @@ -2030,9 +2030,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 98edeaa..6ae2bb6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@modelcontextprotocol/sdk": "^1.29.0", "@noble/hashes": "^1.8.0", "express": "^4.21.2", - "express-rate-limit": "^8.5.1", + "express-rate-limit": "^8.5.2", "nostr-tools": "^2.23.3", "pg": "^8.20.0", "zod": "^3.24.2"