Skip to content

Commit

Permalink
feat(axios): axios upgrade
Browse files Browse the repository at this point in the history
EME-6117

Co-authored-by: Gabor Soos <gabor.soos@emarsys.com>
  • Loading branch information
Zsombor Margetan and Gabor Soos committed Apr 6, 2023
1 parent 5abd8ca commit 8f8d994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@emartech/json-logger": "7.2.3",
"axios": "1.1.3",
"axios": "1.3.5",
"escher-auth": "3.2.4"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/requestError.spec.ts
Expand Up @@ -13,6 +13,7 @@ describe('EscherRequestError', function() {
status: 200,
statusText: 'OK',
headers: {},
// @ts-ignore
config: {},
data: {
replyText: 'Too long',
Expand Down

0 comments on commit 8f8d994

Please sign in to comment.