Skip to content

Commit

Permalink
Merge pull request #316 from strongloop/y18n
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
dhmlau committed Apr 7, 2021
2 parents 6c6dce4 + b013d4e commit 3250dfb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
28 changes: 7 additions & 21 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"compress": "^0.99.0",
"debug": "^4.1.1",
"httpntlm": "^1.7.6",
"httpntlm-maa": "^2.0.6",
"lodash": "^4.17.20",
"node-rsa": "^1.1.1",
"request": "^2.72.0",
Expand Down
2 changes: 1 addition & 1 deletion src/http.js
Expand Up @@ -9,7 +9,7 @@ var url = require('url');
var req = require('request');
var debug = require('debug')('strong-soap:http');
var debugSensitive = require('debug')('strong-soap:http:sensitive');
var httpntlm = require('httpntlm');
var httpntlm = require('httpntlm-maa');
var uuid = require('uuid').v4;


Expand Down

0 comments on commit 3250dfb

Please sign in to comment.