Skip to content

Commit

Permalink
Merge pull request #88 from jonrober-80/updateDeps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
einfallstoll authored Apr 27, 2022
2 parents ea457e9 + 52253aa commit d5ac2fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-ntlm",
"version": "2.6.1",
"version": "2.6.2",
"description": "An express middleware to have simple NTLM-authentication.",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"express": "^4.10.4"
},
"dependencies": {
"async": "^0.9.0",
"async": "^3.2.2",
"underscore": "^1.7.0"
}
}

0 comments on commit d5ac2fa

Please sign in to comment.