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 @@ -30,7 +30,7 @@
"migrate": "migrate-mongo up"
},
"dependencies": {
"axios": "^1.8.2",
"axios": "^1.15.0",
"bcryptjs": "^2.4.3",
"biguint-format": "~1.0.0",
"body-parser": "^1.20.3",
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.13.5, axios@npm:^1.8.2":
"axios@npm:1.13.5":
version: 1.13.5
resolution: "axios@npm:1.13.5"
dependencies:
Expand All @@ -521,6 +521,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.15.0":
version: 1.15.0
resolution: "axios@npm:1.15.0"
dependencies:
follow-redirects: "npm:^1.15.11"
form-data: "npm:^4.0.5"
proxy-from-env: "npm:^2.1.0"
checksum: 10c0/47e0f860e98d4d7aa145e89ce0cae00e1fb0f1d2485f065c21fce955ddb1dba4103a46bd0e47acd18a27208a7f62c96249e620db575521b92a968619ab133409
languageName: node
linkType: hard

"balanced-match@npm:^1.0.0":
version: 1.0.2
resolution: "balanced-match@npm:1.0.2"
Expand Down Expand Up @@ -1284,7 +1295,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "eagle-api@workspace:."
dependencies:
axios: "npm:^1.8.2"
axios: "npm:^1.15.0"
bcryptjs: "npm:^2.4.3"
biguint-format: "npm:~1.0.0"
body-parser: "npm:^1.20.3"
Expand Down Expand Up @@ -3021,6 +3032,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

"public-encrypt@npm:^4.0.3":
version: 4.0.3
resolution: "public-encrypt@npm:4.0.3"
Expand Down
Loading