Skip to content

Commit 524c6c2

Browse files
chore(deps): update dependency express-rate-limit to v8
1 parent 799897a commit 524c6c2

File tree

5 files changed

+34
-21
lines changed

5 files changed

+34
-21
lines changed

package-lock.json

Lines changed: 30 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@apollo/subgraph": "^2.5.6",
1010
"cors": "^2.8.5",
1111
"express": "^4.17.1",
12-
"express-rate-limit": "^5.5.1",
12+
"express-rate-limit": "^8.0.0",
1313
"graphql": "^16.8.1"
1414
}
1515
}

services/inventory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@apollo/subgraph": "^2.5.6",
1010
"cors": "^2.8.5",
1111
"express": "^4.17.1",
12-
"express-rate-limit": "^5.5.1",
12+
"express-rate-limit": "^8.0.0",
1313
"graphql": "^16.8.1"
1414
}
1515
}

services/products/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@apollo/subgraph": "^2.5.6",
1010
"cors": "^2.8.5",
1111
"express": "^4.17.1",
12-
"express-rate-limit": "^5.5.1",
12+
"express-rate-limit": "^8.0.0",
1313
"graphql": "^16.8.1"
1414
}
1515
}

services/reviews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@apollo/subgraph": "^2.5.6",
1010
"cors": "^2.8.5",
1111
"express": "^4.17.1",
12-
"express-rate-limit": "^5.5.1",
12+
"express-rate-limit": "^8.0.0",
1313
"graphql": "^16.8.1"
1414
}
1515
}

0 commit comments

Comments
 (0)