Skip to content

Commit

Permalink
chore: bump axios version (#1239)
Browse files Browse the repository at this point in the history
Co-authored-by: Elise Shanholtz <eshanholtz@twilio.com>
  • Loading branch information
fileformat and eshanholtz committed Jan 6, 2021
1 parent 51a33b5 commit 405cc3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.4.0",
"axios": "^0.19.2"
"axios": "^0.21.1"
},
"devDependencies": {
"nock": "^10.0.6"
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/classes/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Client {
method: 'GET',
headers: {},
maxContentLength: Infinity, // Don't limit the content length.
maxBodyLength: Infinity,
};
}

Expand Down

0 comments on commit 405cc3e

Please sign in to comment.