Skip to content

Commit

Permalink
Merge pull request #4 from mdemblani/snyk-fix-d7a7a4b9528fe5d7912639c…
Browse files Browse the repository at this point in the history
…eea8f9f39

[Snyk] Fix for 1 vulnerable dependencies
  • Loading branch information
mdemblani committed Aug 4, 2019
2 parents 153bb64 + ed0dab0 commit b8ab722
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -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:
- lodash:
patched: '2019-07-08T04:53:11.020Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
"dependencies": {
"bluebird": "^3.4.1",
"lodash": "^4.13.1",
"request": "^2.73.0"
"request": "^2.73.0",
"snyk": "^1.192.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"keywords": [
"freshsales",
Expand All @@ -27,5 +30,6 @@
"bugs": {
"url": "https://github.com/mdemblani/nodejs-freshsales-api/issues"
},
"homepage": "https://github.com/mdemblani/nodejs-freshsales-api#readme"
"homepage": "https://github.com/mdemblani/nodejs-freshsales-api#readme",
"snyk": true
}

0 comments on commit b8ab722

Please sign in to comment.