Skip to content

Commit

Permalink
Merge pull request #102 from masha9x/packages-update
Browse files Browse the repository at this point in the history
Packages update
  • Loading branch information
DavidMealha-Onfido authored Nov 23, 2023
2 parents c0d845d + b057a94 commit e21f328
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 19 deletions.
73 changes: 56 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"preset": "ts-jest",
"testEnvironment": "node",
"moduleNameMapper": {
"onfido-node": "<rootDir>/src/index"
"onfido-node": "<rootDir>/src/index",
"axios": "axios/dist/node/axios.cjs"
},
"globals": {
"ts-jest": {
Expand All @@ -57,7 +58,7 @@
"typescript": "^4.0.5"
},
"dependencies": {
"axios": "^0.21.1",
"axios": "^1.6.1",
"form-data": "^3.0.0"
}
}

0 comments on commit e21f328

Please sign in to comment.