Skip to content

Commit

Permalink
Update axios dependency to latest version (#540)
Browse files Browse the repository at this point in the history
* Update axios dependency to latest version

Fixes CVE-2023-45857

* Refresh PR checks

---------

Co-authored-by: Daniel Castro <castro.daniel@microsoft.com>
  • Loading branch information
KuSh and castrodd committed Jan 17, 2024
1 parent 4cc9153 commit 930f50f
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 35 deletions.
159 changes: 126 additions & 33 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"watch": "tsc --watch",
"watch:test": "npm run test -- --watch",
"docs": "typedoc --excludePrivate --mode file --out ./lib/docs ./src",
"e2etst": "npm run "
"e2etst": "npm run"
},
"dependencies": {
"@azure/functions": "^4.0.0",
"axios": "^0.21.1",
"axios": "^1.6.1",
"debug": "~2.6.9",
"lodash": "^4.17.15",
"moment": "^2.29.2",
Expand Down

0 comments on commit 930f50f

Please sign in to comment.