Skip to content

Commit

Permalink
Merge pull request #15 from vision10/master
Browse files Browse the repository at this point in the history
updated all packages to latest
  • Loading branch information
Catbuttes committed Nov 24, 2022
2 parents 6292357 + 9ab70c7 commit b322101
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 19 deletions.
207 changes: 192 additions & 15 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axios-ntlm",
"version": "1.3.0",
"version": "1.3.1",
"description": "An NTLM auth extension to the Axios HTTP library",
"main": "lib/ntlmClient.js",
"types": "lib/ntlmClient.d.ts",
Expand All @@ -27,11 +27,11 @@
],
"homepage": "https://buttes.dev/axios-ntlm/",
"devDependencies": {
"@types/node": "^14.14.22",
"typescript": "^4.1.3"
"@types/node": "^18.11.9",
"typescript": "^4.9.3"
},
"dependencies": {
"axios": "^0.21.3",
"axios": "^1.2.0",
"dev-null": "^0.1.1"
}
}

0 comments on commit b322101

Please sign in to comment.