Skip to content

Commit

Permalink
chore(ci): bump axios for follow-redirects vulnerability (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 19, 2024
1 parent 9f2b7ea commit 3f11930
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions 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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@mui/system": "^5.15.9",
"@mui/x-data-grid": "^6.19.4",
"@vitejs/plugin-react": "^4.0.0",
"axios": "^1.4.0",
"axios": "^1.6.8",
"mui-datatables": "^4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
16 changes: 8 additions & 8 deletions tests/integration/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 tests/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "node src/main.js"
},
"dependencies": {
"axios": "^1.5.0",
"axios": "^1.6.8",
"dotenv": "^16.3.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21"
Expand Down

0 comments on commit 3f11930

Please sign in to comment.