Skip to content

Commit 102a70d

Browse files
committed
Fix issues
1 parent 24c9a97 commit 102a70d

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

package-lock.json

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@react-navigation/native-stack": "^7.3.3",
3030
"@trezor/connect": "^9.5.3",
3131
"assert": "^2.0.0",
32+
"axios": "^1.8.4",
3233
"bech32": "^2.0.0",
3334
"bip-353-lib": "^1.0.6-alpha",
3435
"bip21": "^3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5251,10 +5251,10 @@ available-typed-arrays@^1.0.5, available-typed-arrays@^1.0.7:
52515251
dependencies:
52525252
possible-typed-array-names "^1.0.0"
52535253

5254-
axios@^1.7.9:
5255-
version "1.8.3"
5256-
resolved "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz"
5257-
integrity sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==
5254+
axios@^1.7.9, axios@^1.8.4:
5255+
version "1.8.4"
5256+
resolved "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz"
5257+
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
52585258
dependencies:
52595259
follow-redirects "^1.15.6"
52605260
form-data "^4.0.0"

0 commit comments

Comments
 (0)