Skip to content

Commit

Permalink
Update axios dependency to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
KuSh committed Aug 17, 2023
1 parent 4ef60eb commit 6d2cfe6
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 23 deletions.
141 changes: 126 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -40,12 +40,12 @@
},
"dependencies": {
"@azure/functions": "^1.2.3",
"axios": "^0.21.1",
"axios": "^1.4.0",
"debug": "~2.6.9",
"lodash": "^4.17.15",
"moment": "^2.29.2",
"uuid": "~3.3.2",
"validator": "~13.7.0",
"moment": "^2.29.2"
"validator": "~13.7.0"
},
"devDependencies": {
"@types/chai": "~4.1.6",
Expand Down
9 changes: 4 additions & 5 deletions samples/package-lock.json

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

0 comments on commit 6d2cfe6

Please sign in to comment.