Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"csv-parse": "^6.1.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-rate-limit": "^8.1.0",
"express-rate-limit": "^8.2.1",
"mongoose": "^8.19.2",
"winston": "^3.18.3"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3957,14 +3957,14 @@ __metadata:
languageName: node
linkType: hard

"express-rate-limit@npm:^8.1.0":
version: 8.1.0
resolution: "express-rate-limit@npm:8.1.0"
"express-rate-limit@npm:^8.2.1":
version: 8.2.1
resolution: "express-rate-limit@npm:8.2.1"
dependencies:
ip-address: "npm:10.0.1"
peerDependencies:
express: ">= 4.11"
checksum: 10c0/3bb7aa646f9b79ce4e8e0a683d1c200b5d393fed60c3ecda13748fc351a9ee822436e9eeb2cbb2f5da4aae2f94fe4aafad9b679468861a8cc2bb9cd812bc102b
checksum: 10c0/54185f211c25655382436b8ad1a2136df0d5dc88f4d9d4438ca7cbc87cef0cd34cb01b8fc62d290445326aa6581470d2ff44502c3f1a34a5ed2c2ce56809fa01
languageName: node
linkType: hard

Expand Down Expand Up @@ -4481,7 +4481,7 @@ __metadata:
csv-parse: "npm:^6.1.0"
dotenv: "npm:^17.2.3"
express: "npm:^5.1.0"
express-rate-limit: "npm:^8.1.0"
express-rate-limit: "npm:^8.2.1"
jest: "npm:^30.2.0"
mongoose: "npm:^8.19.2"
nodemon: "npm:^3.1.10"
Expand Down