Skip to content

Commit

Permalink
Merge pull request #32 from vision10/master
Browse files Browse the repository at this point in the history
bump packages
  • Loading branch information
vision10 authored Nov 13, 2023
2 parents 183d6e1 + ae71152 commit ef86093
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 41 deletions.
90 changes: 54 additions & 36 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axios-ntlm",
"version": "1.4.1",
"version": "1.4.2",
"description": "An NTLM auth extension to the Axios HTTP library",
"main": "lib/ntlmClient.js",
"types": "lib/ntlmClient.d.ts",
Expand All @@ -27,12 +27,12 @@
],
"homepage": "https://buttes.dev/axios-ntlm/",
"devDependencies": {
"@types/node": "^18.11.9",
"typescript": "^4.9.3"
"@types/node": "^18.18.9",
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.3.2",
"des.js": "^1.0.1",
"axios": "^1.6.1",
"des.js": "^1.1.0",
"dev-null": "^0.1.1",
"js-md4": "^0.3.2"
}
Expand Down

0 comments on commit ef86093

Please sign in to comment.