Skip to content
Closed
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@scure/bip32": "^2.0.1",
"@scure/bip39": "^2.0.1",
"argon2": "^0.44.0",
"axios": "^1.13.6",
"axios": "^1.15.2",
"bip39": "^3.1.0",
"blakejs": "^1.2.1",
"cors": "^2.8.6",
Expand Down
32 changes: 30 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2178,7 +2178,7 @@ __metadata:
"@vitest/ui": "npm:~4.0.0"
ajv: "npm:^8.0.0"
argon2: "npm:^0.44.0"
axios: "npm:^1.13.6"
axios: "npm:^1.15.2"
babel-jest: "npm:^30.0.2"
bcrypt: "npm:^6.0.0"
bip39: "npm:^3.1.0"
Expand Down Expand Up @@ -8972,7 +8972,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.12.0, axios@npm:^1.13.5, axios@npm:^1.13.6, axios@npm:^1.9.0":
"axios@npm:^1.12.0, axios@npm:^1.13.5, axios@npm:^1.9.0":
version: 1.13.6
resolution: "axios@npm:1.13.6"
dependencies:
Expand All @@ -8983,6 +8983,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.15.2":
version: 1.16.0
resolution: "axios@npm:1.16.0"
dependencies:
follow-redirects: "npm:^1.16.0"
form-data: "npm:^4.0.5"
proxy-from-env: "npm:^2.1.0"
checksum: 10c0/1c91a5221b77b76072026b4cc95ecdf38f7c3e33e63423abec09a85e6e9a12279637dcc9ac2ba1fc333e0c447fb3b0f46d7965acb5d7cea02d188e9c6d425c0b
languageName: node
linkType: hard

"axobject-query@npm:^4.1.0":
version: 4.1.0
resolution: "axobject-query@npm:4.1.0"
Expand Down Expand Up @@ -12137,6 +12148,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.16.0":
version: 1.16.0
resolution: "follow-redirects@npm:1.16.0"
peerDependenciesMeta:
debug:
optional: true
checksum: 10c0/a1e2900163e6f1b4d1ed5c221b607f41decbab65534c63fe7e287e40a5d552a6496e7d9d7d976fa4ba77b4c51c11e5e9f683f10b43011ea11e442ff128d0e181
languageName: node
linkType: hard

"for-each@npm:^0.3.3, for-each@npm:^0.3.5":
version: 0.3.5
resolution: "for-each@npm:0.3.5"
Expand Down Expand Up @@ -16515,6 +16536,13 @@ __metadata:
languageName: node
linkType: hard

"proxy-from-env@npm:^2.1.0":
version: 2.1.0
resolution: "proxy-from-env@npm:2.1.0"
checksum: 10c0/ed01729fd4d094eab619cd7e17ce3698b3413b31eb102c4904f9875e677cd207392795d5b4adee9cec359dfd31c44d5ad7595a3a3ad51c40250e141512281c58
languageName: node
linkType: hard

"psl@npm:^1.1.28, psl@npm:^1.1.33":
version: 1.15.0
resolution: "psl@npm:1.15.0"
Expand Down
Loading