Skip to content
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

fix(deps): update dependency axios to ^1.7.2 #467

Open
wants to merge 1 commit into
base: main
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 packages/easy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@types/uuid": "^9.0.8",
"axios": "^1.3.4",
"axios": "^1.7.2",
"form-urlencoded": "^6.1.0",
"jsonwebtoken": "^9.0.0",
"luxon": "^3.4.4",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ __metadata:
"@types/luxon": "npm:3.4.2"
"@types/uuid": "npm:^9.0.8"
"@types/validator": "npm:^13.11.10"
axios: "npm:^1.3.4"
axios: "npm:^1.7.2"
form-urlencoded: "npm:^6.1.0"
jsonwebtoken: "npm:^9.0.0"
luxon: "npm:^3.4.4"
Expand Down Expand Up @@ -2827,14 +2827,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.3.4":
version: 1.6.7
resolution: "axios@npm:1.6.7"
"axios@npm:^1.7.2":
version: 1.7.2
resolution: "axios@npm:1.7.2"
dependencies:
follow-redirects: "npm:^1.15.4"
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/131bf8e62eee48ca4bd84e6101f211961bf6a21a33b95e5dfb3983d5a2fe50d9fffde0b57668d7ce6f65063d3dc10f2212cbcb554f75cfca99da1c73b210358d
checksum: 10c0/cbd47ce380fe045313364e740bb03b936420b8b5558c7ea36a4563db1258c658f05e40feb5ddd41f6633fdd96d37ac2a76f884dad599c5b0224b4c451b3fa7ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -5282,7 +5282,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.4":
"follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
Expand Down