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

build(deps): bump axios from 1.7.5 to 1.7.7 #1091

Merged
merged 1 commit into from
Sep 3, 2024
Merged
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/backend-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/express": "^4.17.14",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.0",
"axios": "^1.7.5",
"axios": "^1.7.7",
"express": "^4.18.1",
"js-logger": "^1.6.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ __metadata:
"@types/express": "npm:^4.17.14"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.0"
axios: "npm:^1.7.5"
axios: "npm:^1.7.7"
commit-and-tag-version: "npm:^12.4.1"
concurrently: "npm:^8.2.2"
express: "npm:^4.18.1"
Expand Down Expand Up @@ -3623,14 +3623,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.5":
version: 1.7.5
resolution: "axios@npm:1.7.5"
"axios@npm:^1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/6cbcfe943a84089f420a900a3a3aeb54ee94dcc9c2b81b150434896357be5d1079eff0b1bbb628597371e79f896b1bc5776df04184756ba99656ff31df9a75bf
checksum: 10/7f875ea13b9298cd7b40fd09985209f7a38d38321f1118c701520939de2f113c4ba137832fe8e3f811f99a38e12c8225481011023209a77b0c0641270e20cde1
languageName: node
linkType: hard

Expand Down
Loading