From 6d939963aa50362ec25b2775cff4d5614f3c244e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 13:48:48 +0000 Subject: [PATCH] Bump express-rate-limit from 8.0.0 to 8.0.1 Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: express-rate-limit dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++++++---------- package.json | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5bde68..7940c61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "cmpstr": "^3.0.1", "dotenv": "^17.2.0", "express": "^5.1.0", - "express-rate-limit": "^8.0.0", + "express-rate-limit": "^8.0.1", "fs": "^0.0.1-security", "i18n-iso-countries": "^7.14.0", "pug": "^3.0.3", @@ -498,12 +498,12 @@ } }, "node_modules/express-rate-limit": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.0.0.tgz", - "integrity": "sha512-FXEAp2ccTeN1ZSO+sPHRHWB0/CrTP5asFBjUaNeD9A0v3iPmgFbLu24vqPjiM9utszI58VGlMokjXQ0W9Dbmjw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.0.1.tgz", + "integrity": "sha512-aZVCnybn7TVmxO4BtlmnvX+nuz8qHW124KKJ8dumsBsmv5ZLxE0pYu7S2nwyRBGHHCAzdmnGyrc5U/rksSPO7Q==", "license": "MIT", "dependencies": { - "ip": "2.0.1" + "ip-address": "10.0.1" }, "engines": { "node": ">= 16" @@ -765,11 +765,14 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "license": "ISC" }, - "node_modules/ip": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", - "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==", - "license": "MIT" + "node_modules/ip-address": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz", + "integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==", + "license": "MIT", + "engines": { + "node": ">= 12" + } }, "node_modules/ipaddr.js": { "version": "1.9.1", diff --git a/package.json b/package.json index 29d40f2..20a4cc3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "cmpstr": "^3.0.1", "dotenv": "^17.2.0", "express": "^5.1.0", - "express-rate-limit": "^8.0.0", + "express-rate-limit": "^8.0.1", "fs": "^0.0.1-security", "i18n-iso-countries": "^7.14.0", "pug": "^3.0.3",