diff --git a/package-lock.json b/package-lock.json index 409c804..13453f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1093,9 +1093,22 @@ } }, "node_modules/express-rate-limit": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.5.1.tgz", - "integrity": "sha512-MTjE2eIbHv5DyfuFz4zLYWxpqVhEhkTiwFGuB74Q9CSou2WHO52nlE5y3Zlg6SIsiYUIPj6ifFxnkPz6O3sIUg==" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.2.tgz", + "integrity": "sha512-77VmFeJkO0/rvimEDuUC5H30oqUC4EyOhyGccfqoLebB0oiEYfM7nwPrsDsBL1gsTpwfzX8SFy2MT3TDyRq+bg==", + "license": "MIT", + "dependencies": { + "ip-address": "10.1.0" + }, + "engines": { + "node": ">= 16" + }, + "funding": { + "url": "https://github.com/sponsors/express-rate-limit" + }, + "peerDependencies": { + "express": ">= 4.11" + } }, "node_modules/express/node_modules/debug": { "version": "2.6.9", @@ -1348,6 +1361,15 @@ "resolved": "services/inventory", "link": true }, + "node_modules/ip-address": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz", + "integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==", + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", @@ -2182,7 +2204,7 @@ "@apollo/subgraph": "^2.5.6", "cors": "^2.8.5", "express": "^4.17.1", - "express-rate-limit": "^5.5.1", + "express-rate-limit": "^8.0.0", "graphql": "^16.8.1" } }, @@ -2224,7 +2246,7 @@ "@apollo/subgraph": "^2.5.6", "cors": "^2.8.5", "express": "^4.17.1", - "express-rate-limit": "^5.5.1", + "express-rate-limit": "^8.0.0", "graphql": "^16.8.1" } }, @@ -2266,7 +2288,7 @@ "@apollo/subgraph": "^2.5.6", "cors": "^2.8.5", "express": "^4.17.1", - "express-rate-limit": "^5.5.1", + "express-rate-limit": "^8.0.0", "graphql": "^16.8.1" } }, @@ -2308,7 +2330,7 @@ "@apollo/subgraph": "^2.5.6", "cors": "^2.8.5", "express": "^4.17.1", - "express-rate-limit": "^5.5.1", + "express-rate-limit": "^8.0.0", "graphql": "^16.8.1" } }, diff --git a/services/accounts/package.json b/services/accounts/package.json index fd81a44..669509d 100644 --- a/services/accounts/package.json +++ b/services/accounts/package.json @@ -9,7 +9,7 @@ "@apollo/subgraph": "^2.5.6", "cors": "^2.8.5", "express": "^4.17.1", - "express-rate-limit": "^5.5.1", + "express-rate-limit": "^8.0.0", "graphql": "^16.8.1" } } diff --git a/services/inventory/package.json b/services/inventory/package.json index 97a57ae..04bd67d 100644 --- a/services/inventory/package.json +++ b/services/inventory/package.json @@ -9,7 +9,7 @@ "@apollo/subgraph": "^2.5.6", "cors": "^2.8.5", "express": "^4.17.1", - "express-rate-limit": "^5.5.1", + "express-rate-limit": "^8.0.0", "graphql": "^16.8.1" } } diff --git a/services/products/package.json b/services/products/package.json index a584e86..117ddaa 100644 --- a/services/products/package.json +++ b/services/products/package.json @@ -9,7 +9,7 @@ "@apollo/subgraph": "^2.5.6", "cors": "^2.8.5", "express": "^4.17.1", - "express-rate-limit": "^5.5.1", + "express-rate-limit": "^8.0.0", "graphql": "^16.8.1" } } diff --git a/services/reviews/package.json b/services/reviews/package.json index 422c459..8242ad2 100644 --- a/services/reviews/package.json +++ b/services/reviews/package.json @@ -9,7 +9,7 @@ "@apollo/subgraph": "^2.5.6", "cors": "^2.8.5", "express": "^4.17.1", - "express-rate-limit": "^5.5.1", + "express-rate-limit": "^8.0.0", "graphql": "^16.8.1" } }