Skip to content

Commit

Permalink
fix(axios): upgrade axios to 1.6.0
Browse files Browse the repository at this point in the history
This will fix CSRF vulnerability CVE-2023-45857

Review: @akapa
  • Loading branch information
VPecc committed Nov 2, 2023
1 parent a125002 commit e8ecc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@emartech/json-logger": "7.2.3",
"axios": "1.3.5",
"axios": "1.6.0",
"axios-retry": "3.4.0",
"escher-auth": "3.2.4"
},
Expand Down

0 comments on commit e8ecc13

Please sign in to comment.