Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
fix(proxy): bump proxy deps with bugfixes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham authored and zkat committed Jun 29, 2017
1 parent 417b59a commit 632f860
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 24 deletions.
68 changes: 48 additions & 20 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
Expand Up @@ -33,16 +33,16 @@
},
"license": "CC0-1.0",
"dependencies": {
"agentkeepalive": "^3.1.0",
"agentkeepalive": "^3.3.0",
"cacache": "^9.2.7",
"http-cache-semantics": "^3.7.3",
"http-proxy-agent": "^1.0.0",
"https-proxy-agent": "^1.0.0",
"http-proxy-agent": "^2.0.0",
"https-proxy-agent": "^2.0.0",
"lru-cache": "^4.0.2",
"mississippi": "^1.2.0",
"node-fetch-npm": "^2.0.1",
"promise-retry": "^1.1.1",
"socks-proxy-agent": "^2.1.0",
"socks-proxy-agent": "^3.0.0",
"ssri": "^4.1.5"
},
"devDependencies": {
Expand Down

0 comments on commit 632f860

Please sign in to comment.