Skip to content

Update dependency axios to v1.8.4 #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "29.5.14",
"@types/node": "^22.13.10",
"auth-header": "1.0.0",
"axios": "1.8.3",
"axios": "1.8.4",
"axios-mock-adapter": "2.1.0",
"jest": "^29.7.0",
"prettier": "3.5.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ __metadata:
"@types/jest": "npm:29.5.14"
"@types/node": "npm:^22.13.10"
auth-header: "npm:1.0.0"
axios: "npm:1.8.3"
axios: "npm:1.8.4"
axios-mock-adapter: "npm:2.1.0"
jest: "npm:^29.7.0"
oauth-sign: "npm:^0.9.0"
Expand All @@ -2619,14 +2619,14 @@ __metadata:
languageName: unknown
linkType: soft

"axios@npm:1.8.3":
version: 1.8.3
resolution: "axios@npm:1.8.3"
"axios@npm:1.8.4":
version: 1.8.4
resolution: "axios@npm:1.8.4"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/050f911cadd6d47a38ddbf91d2f8da2c34661dda8077e7ad6546e8178701125366fddbba07211a648b6815cf6c2c3c91c0a65d8b968e3d1a6054a21141ff9c01
checksum: 10/a10f0dd836613924e48cf03dc2eff3fd21b14f764807aedaee4880a70c0f142aaebdb21da7ce27104d4c16ca00d0e452a20a20851f60e385a8d5bad1ae909d46
languageName: node
linkType: hard

Expand Down