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 packages/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"date-fns": "^2.30.0",
"execa": "^8.0.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.1",
"express-rate-limit": "^8.1.0",
"http-error": "workspace:*",
"json-server": "^0.17.4",
"parcel": "^2.10.0",
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8036,7 +8036,7 @@ __metadata:
eslint-plugin-sonarjs: ^0.21.0
execa: ^8.0.1
express: ^4.18.2
express-rate-limit: ^7.1.1
express-rate-limit: ^8.1.0
http-error: "workspace:*"
jest: ^29.0.0
json-server: ^0.17.4
Expand Down Expand Up @@ -11213,12 +11213,14 @@ __metadata:
languageName: node
linkType: hard

"express-rate-limit@npm:^7.1.1":
version: 7.1.3
resolution: "express-rate-limit@npm:7.1.3"
"express-rate-limit@npm:^8.1.0":
version: 8.1.0
resolution: "express-rate-limit@npm:8.1.0"
dependencies:
ip-address: 10.0.1
peerDependencies:
express: 4 || 5 || ^5.0.0-beta.1
checksum: a56deb8e8b706810ec17ce54e8bcfb818b283b9059739a34e589f4cd28ae3b6c12b8aa19d4ab64333bebf9bf4ac41a2b4685021df066628418f248b7dfb70d94
express: ">= 4.11"
checksum: 3bbb2239b328969fe1e8d6171c675a62d403be7ec16d1f852878bf4dc383e83078a56145bfecb132cb2bb5a1f78c3802bb8a6d6349d9a03c5b380a5655b7f405
languageName: node
linkType: hard

Expand Down Expand Up @@ -14157,6 +14159,13 @@ __metadata:
languageName: node
linkType: hard

"ip-address@npm:10.0.1":
version: 10.0.1
resolution: "ip-address@npm:10.0.1"
checksum: 525d5391cfd31a91f80f5857e98487aeaa8474e860a6725a0b6461ac8e436c7f8c869774dece391c8f8e7486306a34a4d1c094778c4c583a3f1f2cd905e5ed50
languageName: node
linkType: hard

"ip@npm:^2.0.0":
version: 2.0.0
resolution: "ip@npm:2.0.0"
Expand Down Expand Up @@ -24727,11 +24736,11 @@ __metadata:

"typescript@patch:typescript@>3#~builtin<compat/typescript>, typescript@patch:typescript@~5.8.0#~builtin<compat/typescript>":
version: 5.8.3
resolution: "typescript@patch:typescript@npm%3A5.8.3#~builtin<compat/typescript>::version=5.8.3&hash=29ae49"
resolution: "typescript@patch:typescript@npm%3A5.8.3#~builtin<compat/typescript>::version=5.8.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 1b503525a88ff0ff5952e95870971c4fb2118c17364d60302c21935dedcd6c37e6a0a692f350892bafcef6f4a16d09073fe461158547978d2f16fbe4cb18581c
checksum: f1743b6850976b3debf7cbd53d2bc0b67e75d47eb6410db564c8bb475e92a8a48f8a3fcd14d89cf93426835281c31a8f8a94dad90be4dc899279a898532ba97f
languageName: node
linkType: hard

Expand Down
Loading