Skip to content

Commit

Permalink
chore: update axios to 1.6.5 to resolve npm audit alarm for CVE-2023-…
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotsegler authored Feb 28, 2024
1 parent e8c7e30 commit a14d7e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ module.exports = {
tsconfig: 'tsconfig.test.json',
},
},
moduleNameMapper: {
'^axios$': 'axios/dist/node/axios.cjs',
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"aws-jwt-verify": "^2.1.1",
"axios": "^0.25.0",
"axios": "^1.6.5",
"pino": "^8.14.1"
},
"devDependencies": {
Expand Down

0 comments on commit a14d7e0

Please sign in to comment.