Skip to content

Commit

Permalink
chore(deps): support express 5 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
dderevjanik committed May 5, 2024
1 parent fb41c4a commit 9277ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prepare": "run-s compile && husky install config/husky"
},
"peerDependencies": {
"express": ">= 4"
"express": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"express-rate-limit": "7"
Expand Down

0 comments on commit 9277ffb

Please sign in to comment.