Skip to content

Commit 0fef525

Browse files
authored
fix: sec issues (#61)
1 parent 501240c commit 0fef525

File tree

3 files changed

+462
-474
lines changed

3 files changed

+462
-474
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"cors": "^2.8.5",
1919
"dotenv": "^16.3.1",
2020
"enquirer": "^2.4.1",
21-
"express": "^4.19.2",
21+
"express": "^4.21.1",
2222
"tsc-watch": "^6.0.4",
2323
"viem": "^2.17.4",
2424
"yup": "^1.3.2"
2525
},
2626
"devDependencies": {
2727
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2828
"@types/cors": "^2.8.14",
29-
"@types/express": "^4.17.19",
29+
"@types/express": "^4.17.21",
3030
"@types/jest": "^29.5.8",
3131
"@types/node": "^20.8.2",
3232
"@types/supertest": "^2.0.16",

services/decoder/fallbacks/transfer/transfer.fallback.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ GoldRushDecoder.fallback(
102102
10,
103103
data?.[0]?.items?.[0]?.contract_metadata
104104
?.contract_decimals ?? 18
105-
)) ?? 0
105+
))
106106
);
107107

108108
if (currencyToNumber(pretty_quote) < options.min_usd!) {

0 commit comments

Comments
 (0)