Skip to content

Commit

Permalink
Update dependency axios to v1.6.8 (#283)
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 Mar 19, 2024
1 parent 27aa0d9 commit 8a1ae8f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 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.5",
"axios": "1.6.8",
"bootstrap": "5.3.2",
"html-react-parser": "^5.0.0",
"react": "18.2.0",
Expand Down
18 changes: 9 additions & 9 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.5",
"axios": "1.6.8",
"cors": "2.8.5",
"dotenv": "16.3.1",
"express": "4.18.2",
Expand Down

0 comments on commit 8a1ae8f

Please sign in to comment.