Skip to content

Commit

Permalink
Update dependency axios to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent 45e0bf7 commit dd17b6b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
17 changes: 9 additions & 8 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.6.8",
"axios": "1.7.1",
"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.6.8",
"axios": "1.7.1",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.19.2",
Expand Down

0 comments on commit dd17b6b

Please sign in to comment.