Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent e10e684 commit 0a262b0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/boutique/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@shared/backend": "workspace:*",
"@boutique/shared": "workspace:*",
"awilix": "^12.0.4",
"axios": "^1.7.7",
"axios": "^1.7.9",
"cors": "^2.8.5",
"express": "^4.21.1",
"helmet": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"objection": "^3.1.5",
"knex": "^3.1.0",
"winston": "^3.17.0",
"axios": "^1.7.7"
"axios": "^1.7.9"
}
}
2 changes: 1 addition & 1 deletion packages/wallet/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@shared/backend": "workspace:*",
"@wallet/shared": "workspace:*",
"awilix": "^12.0.4",
"axios": "^1.7.7",
"axios": "^1.7.9",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a262b0

Please sign in to comment.