Skip to content

Commit

Permalink
Merge 35cd46c into 816339e
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 3, 2019
2 parents 816339e + 35cd46c commit 22a0e12
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .snyk
@@ -0,0 +1,10 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-HTTPSPROXYAGENT-469131:
- urllib > proxy-agent > https-proxy-agent:
patched: '2019-10-03T21:44:15.766Z'
- urllib > proxy-agent > pac-proxy-agent > https-proxy-agent:
patched: '2019-10-03T21:44:15.766Z'
13 changes: 9 additions & 4 deletions package.json
Expand Up @@ -12,11 +12,14 @@
"test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -t 20000 -r should-http test/*.test.js",
"test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 20000 -r should-http test/*.test.js",
"jshint": "jshint .",
"autod": "autod -w --prefix '^'"
"autod": "autod -w --prefix '^'",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"debug": "^2.6.7",
"urllib": "^2.22.0"
"urllib": "^2.22.0",
"snyk": "^1.230.5"
},
"devDependencies": {
"autod": "*",
Expand All @@ -32,11 +35,13 @@
"url": "git://github.com/node-modules/restful-client.git"
},
"keywords": [
"restful-client", "restful"
"restful-client",
"restful"
],
"engines": {
"node": ">= 0.12.0"
},
"author": "fengmk2 <fengmk2@gmail.com>",
"license": "MIT"
"license": "MIT",
"snyk": true
}

0 comments on commit 22a0e12

Please sign in to comment.