Skip to content

Commit

Permalink
Merge 04d18b6 into 887de1e
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 4, 2019
2 parents 887de1e + 04d18b6 commit 996292f
Show file tree
Hide file tree
Showing 2 changed files with 15 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:
- lodash:
patched: '2019-07-04T08:54:55.500Z'
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -11,14 +11,17 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"commit": "git-cz",
"lint": "standard"
"lint": "standard",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "virk",
"license": "MIT",
"dependencies": {
"@adonisjs/generic-exceptions": "^2.0.1",
"indicative": "^5.0.8",
"lodash": "^4.17.11"
"lodash": "^4.17.11",
"snyk": "^1.190.0"
},
"devDependencies": {
"@adonisjs/ace": "^5.0.8",
Expand Down Expand Up @@ -61,5 +64,6 @@
"exclude": [
"test"
]
}
},
"snyk": true
}

0 comments on commit 996292f

Please sign in to comment.