Skip to content

Commit c5e04b0

Browse files
committed
chore: pin axios version
1 parent f0866be commit c5e04b0

7 files changed

Lines changed: 69 additions & 13 deletions

File tree

package-lock.json

Lines changed: 63 additions & 8 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
@@ -93,6 +93,7 @@
9393
]
9494
},
9595
"overrides": {
96+
"axios":"<=1.13.2",
9697
"rollup": "3.30.0",
9798
"pbkdf2":"3.1.5",
9899
"electron-store": {

packages/bruno-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@usebruno/lang": "0.12.0",
5555
"@usebruno/requests": "^0.1.0",
5656
"aws4-axios": "^3.3.0",
57-
"axios": "^1.8.3",
57+
"axios": "1.8.3",
5858
"axios-ntlm": "^1.4.2",
5959
"chai": "^4.3.7",
6060
"chalk": "^3.0.0",

packages/bruno-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"adm-zip": "^0.5.16",
4646
"archiver": "^7.0.1",
4747
"aws4-axios": "^3.3.0",
48-
"axios": "^1.8.3",
48+
"axios": "1.8.3",
4949
"axios-ntlm": "^1.4.2",
5050
"chai": "^4.3.7",
5151
"chokidar": "^3.5.3",

packages/bruno-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ajv": "^8.12.0",
1818
"ajv-formats": "^2.1.1",
1919
"atob": "^2.1.2",
20-
"axios": "^1.8.3",
20+
"axios": "1.8.3",
2121
"btoa": "^1.2.1",
2222
"chai": "^4.3.7",
2323
"chai-string": "^1.5.0",

packages/bruno-requests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@grpc/grpc-js": "^1.13.3",
2525
"@grpc/proto-loader": "^0.7.15",
2626
"@types/qs": "^6.9.18",
27-
"axios": "^1.9.0",
27+
"axios": "1.9.0",
2828
"debug": "^4.4.3",
2929
"google-protobuf": "^4.0.0",
3030
"grpc-js-reflection-client": "^1.3.0",

packages/bruno-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/usebruno/bruno-testbench#readme",
2020
"dependencies": {
21-
"axios": "^1.8.3",
21+
"axios": "1.8.3",
2222
"body-parser": "2.2.0",
2323
"cookie-parser": "^1.4.6",
2424
"cors": "^2.8.5",

0 commit comments

Comments
 (0)