Skip to content

Commit

Permalink
Merge pull request snyk#340 from snyk/fix/pin-deps-to-unbreak-node-4
Browse files Browse the repository at this point in the history
fix: pin proxy-agent & get-uri deps to not-break node 4
  • Loading branch information
michael-go committed Jan 21, 2019
2 parents a8c561d + c7966f8 commit 567e3b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@
"chalk": "^2.4.1",
"configstore": "^3.1.2",
"debug": "^3.1.0",
"get-uri": "2.0.2",
"hasbin": "^1.2.3",
"inquirer": "^3.0.0",
"lodash": "^4.17.5",
"needle": "^2.2.4",
"opn": "^5.2.0",
"os-name": "^2.0.1",
"proxy-agent": "^2.0.0",
"proxy-agent": "2.3.1",
"proxy-from-env": "^1.0.0",
"recursive-readdir": "^2.2.2",
"semver": "^5.5.0",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/protect-via-snyk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"dependencies": {
"semver": "^2.3.2",
"get-uri": "2.0.2",
"snyk": "*"
},
"scripts": {
Expand Down

0 comments on commit 567e3b3

Please sign in to comment.