Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1.7.9 (#386)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 1a2e85c commit c7e3623
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@mantine/core": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"axios": "1.7.7",
"axios": "1.7.9",
"bootstrap": "5.3.3",
"html-react-parser": "^5.0.0",
"react": "18.3.1",
Expand Down
14 changes: 7 additions & 7 deletions server/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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prod": "node -r dotenv/config server.js"
},
"dependencies": {
"axios": "1.7.7",
"axios": "1.7.9",
"cors": "2.8.5",
"dotenv": "16.4.7",
"express": "4.21.1",
Expand Down

0 comments on commit c7e3623

Please sign in to comment.