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.0",
"express": "^5.1.0",
"express-rate-limit": "^7.5.1",
"express-rate-limit": "^8.0.1",
"mongoose": "^8.16.4",
"winston": "^3.17.0"
},
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3773,12 +3773,14 @@ __metadata:
languageName: node
linkType: hard

"express-rate-limit@npm:^7.5.1":
version: 7.5.1
resolution: "express-rate-limit@npm:7.5.1"
"express-rate-limit@npm:^8.0.1":
version: 8.0.1
resolution: "express-rate-limit@npm:8.0.1"
dependencies:
ip-address: "npm:10.0.1"
peerDependencies:
express: ">= 4.11"
checksum: 10c0/b07de84d700a2c07c4bf2f040e7558ed5a1f660f03ed5f30bf8ff7b51e98ba7a85215640e70fc48cbbb9151066ea51239d9a1b41febc9b84d98c7915b0186161
checksum: 10c0/c3cca4a87c6839e3ed94617405091e80ecbcc7200e34495aeedc48c819ce1ca7073d522706e46369cc252b8df0364ae5ff181f4ae75e75cbbe9adf3f19ec6666
languageName: node
linkType: hard

Expand Down Expand Up @@ -4313,7 +4315,7 @@ __metadata:
csv-parse: "npm:^6.1.0"
dotenv: "npm:^17.2.0"
express: "npm:^5.1.0"
express-rate-limit: "npm:^7.5.1"
express-rate-limit: "npm:^8.0.1"
jest: "npm:^30.0.4"
mongoose: "npm:^8.16.4"
nodemon: "npm:^3.1.10"
Expand All @@ -4325,6 +4327,13 @@ __metadata:
languageName: unknown
linkType: soft

"ip-address@npm:10.0.1":
version: 10.0.1
resolution: "ip-address@npm:10.0.1"
checksum: 10c0/1634d79dae18394004775cb6d699dc46b7c23df6d2083164025a2b15240c1164fccde53d0e08bd5ee4fc53913d033ab6b5e395a809ad4b956a940c446e948843
languageName: node
linkType: hard

"ip-address@npm:^9.0.5":
version: 9.0.5
resolution: "ip-address@npm:9.0.5"
Expand Down