Skip to content
Open
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": "^7.0.1",
"dotenv": "^17.4.2",
"express": "^5.2.0",
"express-rate-limit": "^8.3.2",
"express-rate-limit": "^8.6.1",
"mongoose": "^9.7.2",
"winston": "^3.19.0"
},
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4089,14 +4089,15 @@ __metadata:
languageName: node
linkType: hard

"express-rate-limit@npm:^8.3.2":
version: 8.3.2
resolution: "express-rate-limit@npm:8.3.2"
"express-rate-limit@npm:^8.6.1":
version: 8.6.1
resolution: "express-rate-limit@npm:8.6.1"
dependencies:
ip-address: "npm:10.1.0"
debug: "npm:^4.4.3"
ip-address: "npm:^10.2.0"
peerDependencies:
express: ">= 4.11"
checksum: 10c0/5b64d0691071086cdb8cfc6bcd5e761f5687cf4fabdebfe2a043ea5b4d31443637181e7be71e7ffabce76aee816daee62c1ca83250045847957da408a129f650
checksum: 10c0/cb0e30283ef48925d8fe9efce6337a5877bb9a581f32f2594b08303dc075c24f1a52187e403c7f9889888d99eaabd9ac22182d2dadbd0b8acf3725e818131052
languageName: node
linkType: hard

Expand Down Expand Up @@ -4670,7 +4671,7 @@ __metadata:
csv-parse: "npm:^7.0.1"
dotenv: "npm:^17.4.2"
express: "npm:^5.2.0"
express-rate-limit: "npm:^8.3.2"
express-rate-limit: "npm:^8.6.1"
jest: "npm:^30.4.2"
mongoose: "npm:^9.7.2"
nodemon: "npm:^3.1.14"
Expand All @@ -4682,10 +4683,10 @@ __metadata:
languageName: unknown
linkType: soft

"ip-address@npm:10.1.0":
version: 10.1.0
resolution: "ip-address@npm:10.1.0"
checksum: 10c0/0103516cfa93f6433b3bd7333fa876eb21263912329bfa47010af5e16934eeeff86f3d2ae700a3744a137839ddfad62b900c7a445607884a49b5d1e32a3d7566
"ip-address@npm:^10.2.0":
version: 10.4.0
resolution: "ip-address@npm:10.4.0"
checksum: 10c0/d7b0bd2624fd861afbae6e49036a9b56f9506eaff7ff38592b7b4492dd5c272b53f5356dc8cc019e318acf29a96c90a3d1af1df761960267d23efa96858270fa
languageName: node
linkType: hard

Expand Down
Loading