Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1.7.7 (#350)
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 Sep 14, 2024
1 parent eeec4e7 commit 80f85d0
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": "^6.0.8",
"@mantine/hooks": "^6.0.8",
"axios": "1.7.4",
"axios": "1.7.7",
"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.4",
"axios": "1.7.7",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.19.2",
Expand Down

0 comments on commit 80f85d0

Please sign in to comment.