Skip to content

Commit c6c00c8

Browse files
committed
Merge branch 'praneshasp/400-update-withdrawal-time' of https://github.com/FuelLabs/fuel-bridge into praneshasp/400-update-withdrawal-time
2 parents 40eebaf + 5468c95 commit c6c00c8

File tree

2 files changed

+701
-1374
lines changed

2 files changed

+701
-1374
lines changed

package.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@fuels/eslint-plugin": "0.20.0",
2929
"@fuels/prettier-config": "0.0.10",
3030
"@fuels/ts-config": "0.0.10",
31-
"fuels": "0.96.1",
3231
"eslint": "^8.49.0",
32+
"fuels": "0.96.1",
3333
"prettier": "^2.7.1",
3434
"tsup": "^8.3.0",
3535
"tsx": "^3.12.7",
@@ -49,7 +49,35 @@
4949
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
5050
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
5151
"micromatch@<4.0.8": ">=4.0.8",
52-
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
52+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
53+
"body-parser@<1.20.3": ">=1.20.3",
54+
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
55+
"secp256k1@>=4.0.0 <4.0.4": ">=4.0.4",
56+
"send@<0.19.0": ">=0.19.0",
57+
"serve-static@<1.16.0": ">=1.16.0",
58+
"express@<4.20.0": ">=4.20.0",
59+
"undici@>=6.0.0 <6.21.1": ">=6.21.1",
60+
"undici@>=4.5.0 <5.28.5": ">=5.28.5",
61+
"path-to-regexp@<0.1.10": ">=0.1.10",
62+
"esbuild@<=0.24.2": ">=0.25.0",
63+
"elliptic@<=6.6.0": ">=6.6.1",
64+
"axios@>=1.0.0 <1.8.2": ">=1.8.2",
65+
"cookie@<0.7.0": ">=0.7.0",
66+
"@babel/runtime@<7.26.10": ">=7.26.10",
67+
"base-x@<=3.0.10": ">=3.0.11",
68+
"undici@>=6.0.0 <6.21.2": ">=6.21.2",
69+
"undici@<5.29.0": ">=5.29.0",
70+
"cross-spawn@<6.0.6": ">=6.0.6",
71+
"tar-fs@>=2.0.0 <2.1.2": ">=2.1.2",
72+
"path-to-regexp@<0.1.12": ">=0.1.12",
73+
"serialize-javascript@>=6.0.0 <6.0.2": ">=6.0.2",
74+
"pbkdf2@<=3.1.2": ">=3.1.3",
75+
"pbkdf2@>=3.0.10 <=3.1.2": ">=3.1.3",
76+
"elliptic@<6.6.0": ">=6.6.0",
77+
"form-data": "4.0.4",
78+
"tmp@<=0.2.3": ">=0.2.4",
79+
"tar-fs@>=3.0.0 <3.0.9": ">=3.0.9",
80+
"tar-fs@>=2.0.0 <2.1.3": ">=2.1.3"
5381
}
5482
}
5583
}

0 commit comments

Comments
 (0)