Skip to content

Commit

Permalink
Update dependency axios to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent a9026b1 commit 04496c4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
11 changes: 6 additions & 5 deletions services/backend/package-lock.json

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

2 changes: 1 addition & 1 deletion services/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@sentry/node": "^5.30.0",
"@sentry/tracing": "^6.18.2",
"axios": "^0.28.1",
"axios": "^1.0.0",
"bluebird": "^3.7.2",
"bullmq": "^4.14.2",
"compression": "^1.7.4",
Expand Down
22 changes: 17 additions & 5 deletions services/frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion services/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@reduxjs/toolkit": "^2.2.3",
"@sentry/browser": "^6.18.2",
"@sentry/tracing": "^6.18.2",
"axios": "^0.28.1",
"axios": "^1.0.0",
"highcharts": "^11.4.3",
"immer": "^10.0.4",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 04496c4

Please sign in to comment.