Skip to content

Commit 1bb45bb

Browse files
chore(deps): update dependency axios to v1.8.1 (#87)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab146da commit 1bb45bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@graphprotocol/graph-cli": "0.96.0",
4747
"ejs": "3.1.10",
4848
"elliptic": "6.6.1",
49-
"axios": "1.7.9",
49+
"axios": "1.8.1",
5050
},
5151
"packages": {
5252
"@adraffy/ens-normalize": ["@adraffy/[email protected]", "", {}, "sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw=="],
@@ -639,7 +639,7 @@
639639

640640
"available-typed-arrays": ["[email protected]", "", { "dependencies": { "possible-typed-array-names": "^1.0.0" } }, "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ=="],
641641

642-
"axios": ["axios@1.7.9", "", { "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } }, "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw=="],
642+
"axios": ["axios@1.8.1", "", { "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } }, "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g=="],
643643

644644
"b4a": ["[email protected]", "", {}, "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg=="],
645645

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"cross-spawn": "7.0.6",
6565
"semver": "7.7.1",
6666
"undici": "7.3.0",
67-
"axios": "1.7.9",
67+
"axios": "1.8.1",
6868
"cookie": "1.0.2",
6969
"ejs": "3.1.10"
7070
},

Diff for: zkp/circuits/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"gen": "node gen.js"
1111
},
1212
"devDependencies": {
13-
"axios": "1.7.9",
13+
"axios": "1.8.1",
1414
"p-limit": "6.2.0",
1515
"snarkjs": "0.7.5",
1616
"yargs": "17.7.2"

0 commit comments

Comments
 (0)