Skip to content

Commit

Permalink
fix(axios): updated axios version to fix critical vulnerability
Browse files Browse the repository at this point in the history
# Fixes #

- Updated axios version to fix critical vulnerability
  • Loading branch information
joserodriguezjll authored Nov 6, 2023
1 parent b8125d8 commit cc1ce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@sendgrid/helpers": "^7.7.0",
"axios": "^0.26.0"
"axios": "^1.6.0"
},
"devDependencies": {
"chai": "4.2.0",
Expand Down

0 comments on commit cc1ce20

Please sign in to comment.