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/apps/faucet/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"body-parser": "^1.20.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"express-rate-limit": "^7.3.0",
"express-rate-limit": "^8.5.2",
"node-cache": "^5.1.2",
"web3": "^4.12.1"
},
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ __metadata:
eslint-config-prettier: "npm:^10.1.8"
eslint-plugin-prettier: "npm:^5.5.5"
express: "npm:^5.2.1"
express-rate-limit: "npm:^7.3.0"
express-rate-limit: "npm:^8.5.2"
globals: "npm:^16.3.0"
hardhat: "npm:^2.26.0"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -19506,12 +19506,14 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -21654,6 +21656,13 @@ __metadata:
languageName: node
linkType: hard

"ip-address@npm:^10.2.0":
version: 10.2.0
resolution: "ip-address@npm:10.2.0"
checksum: 10c0/5a00aada6e922c9c69dfc800ed5d0fa3348675ebdeed0e1575f503f27ca385b5f534363c9af7ad1daf64c1f1409388cdd3cc2e9b9b0fe1c924a431378d55075a
languageName: node
linkType: hard

"ipaddr.js@npm:1.9.1":
version: 1.9.1
resolution: "ipaddr.js@npm:1.9.1"
Expand Down
Loading