Skip to content

Commit

Permalink
Merge 945aea6 into f53ac09
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 2, 2020
2 parents f53ac09 + 945aea6 commit 4f509ac
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.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- request-promise-core > lodash:
patched: '2020-05-02T23:12:18.006Z'
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.3",
"stealthy-require": "^1.1.1",
"tough-cookie": "^2.3.3"
"tough-cookie": "^2.3.3",
"snyk": "^1.316.2"
},
"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 4f509ac

Please sign in to comment.