diff --git a/package-lock.json b/package-lock.json index f10d6833f..b3582da3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "env-paths": "^2.2.1", "express": "^4.21.2", "express-http-proxy": "^2.1.2", - "express-rate-limit": "^7.5.1", + "express-rate-limit": "^8.1.0", "express-session": "^1.18.2", "history": "5.3.0", "isomorphic-git": "^1.33.1", @@ -5524,8 +5524,13 @@ } }, "node_modules/express-rate-limit": { - "version": "7.5.1", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.1.0.tgz", + "integrity": "sha512-4nLnATuKupnmwqiJc27b4dCFmB/T60ExgmtDD7waf4LdrbJ8CPZzZRHYErDYNhoz+ql8fUdYwM/opf90PoPAQA==", "license": "MIT", + "dependencies": { + "ip-address": "10.0.1" + }, "engines": { "node": ">= 16" }, @@ -5536,6 +5541,15 @@ "express": ">= 4.11" } }, + "node_modules/express-rate-limit/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/express-session": { "version": "1.18.2", "license": "MIT", diff --git a/package.json b/package.json index 27c3703fd..d66f34dd4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "env-paths": "^2.2.1", "express": "^4.21.2", "express-http-proxy": "^2.1.2", - "express-rate-limit": "^7.5.1", + "express-rate-limit": "^8.1.0", "express-session": "^1.18.2", "history": "5.3.0", "isomorphic-git": "^1.33.1",