Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Merge 4fb089c into 4a461e2
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 30, 2020
2 parents 4a461e2 + 4fb089c commit 4f690a7
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.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- lodash:
patched: '2020-04-30T23:21:22.015Z'
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -11,7 +11,9 @@
"test:win": "node ./node_modules/japa-cli/index.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"commit": "git-cz",
"lint": "standard"
"lint": "standard",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"standard": {
"globals": [
Expand Down Expand Up @@ -47,7 +49,8 @@
"macroable": "^1.0.0",
"node-cookie": "^2.1.1",
"p-series": "^1.1.0",
"superagent": "^4.0.0-beta.5"
"superagent": "^4.0.0-beta.5",
"snyk": "^1.316.1"
},
"config": {
"commitizen": {
Expand All @@ -70,5 +73,6 @@
"bugs": {
"url": "https://github.com/adonisjs/adonis-vow/issues"
},
"homepage": "https://github.com/adonisjs/adonis-vow#readme"
"homepage": "https://github.com/adonisjs/adonis-vow#readme",
"snyk": true
}

0 comments on commit 4f690a7

Please sign in to comment.