Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/legend-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"axios": "1.8.2",
"axios": "1.12.0",
"cross-env": "7.0.3",
"eslint": "9.22.0",
"jest": "29.7.0",
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3353,7 +3353,7 @@ __metadata:
"@finos/legend-shared": "workspace:*"
"@finos/legend-storage": "workspace:*"
"@jest/globals": "npm:29.7.0"
axios: "npm:1.8.2"
axios: "npm:1.12.0"
cross-env: "npm:7.0.3"
eslint: "npm:9.22.0"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -7687,14 +7687,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.8.2":
version: 1.8.2
resolution: "axios@npm:1.8.2"
"axios@npm:1.12.0":
version: 1.12.0
resolution: "axios@npm:1.12.0"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
form-data: "npm:^4.0.4"
proxy-from-env: "npm:^1.1.0"
checksum: 10/d4328758128d0602cc809a8e7627622cb7839b379eae5e4d6b9d603dd4d5fb89159985630243ec107cf5c675cd8825dba737a319dff9499f3b7688d9a69ec9ed
checksum: 10/6c45e294b6ee72f832dbee94cb3fe7331bf2961874fa6b656d909a93b3574c59281f0c62eb92baf7b3e4f39be71936c9f1fcbbe494c90f7ff4d7cc2d7932f06d
languageName: node
linkType: hard

Expand Down Expand Up @@ -11398,6 +11398,19 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.4":
version: 4.0.4
resolution: "form-data@npm:4.0.4"
dependencies:
asynckit: "npm:^0.4.0"
combined-stream: "npm:^1.0.8"
es-set-tostringtag: "npm:^2.1.0"
hasown: "npm:^2.0.2"
mime-types: "npm:^2.1.12"
checksum: 10/a4b62e21932f48702bc468cc26fb276d186e6b07b557e3dd7cc455872bdbb82db7db066844a64ad3cf40eaf3a753c830538183570462d3649fdfd705601cbcfb
languageName: node
linkType: hard

"forwarded@npm:0.2.0":
version: 0.2.0
resolution: "forwarded@npm:0.2.0"
Expand Down
Loading