Skip to content

Commit

Permalink
Merge 5ae4680 into 2ae195a
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 6, 2019
2 parents 2ae195a + 5ae4680 commit ff55677
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .snyk
@@ -0,0 +1,8 @@
# 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-LODASH-450202:
- request-promise-core > lodash:
patched: '2019-07-06T23:12:13.649Z'
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -17,7 +17,8 @@
"test": "./node_modules/.bin/gulp ci",
"test-publish": "./node_modules/.bin/gulp ci-no-cov",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
"prepublish": "npm run snyk-protect; publish-please guard",
"snyk-protect": "snyk protect"
},
"repository": {
"type": "git",
Expand All @@ -35,7 +36,8 @@
"dependencies": {
"request-promise-core": "1.1.2",
"stealthy-require": "^1.1.1",
"tough-cookie": "^2.3.3"
"tough-cookie": "^2.3.3",
"snyk": "^1.192.3"
},
"peerDependencies": {
"request": "^2.34"
Expand All @@ -54,5 +56,6 @@
"request": "^2.34.0",
"rimraf": "~2.5.3",
"run-sequence": "~1.2.2"
}
},
"snyk": true
}

0 comments on commit ff55677

Please sign in to comment.