Skip to content

Commit

Permalink
Merge d623809 into a198958
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 1, 2020
2 parents a198958 + d623809 commit 66dd448
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.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- probot > @octokit/rest > lodash:
patched: '2020-05-01T04:25:35.551Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
"contributors:generate": "all-contributors generate",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"release": {
"plugins": [
Expand Down Expand Up @@ -58,7 +60,8 @@
"probot": "^7.2.0",
"tslint": "^5.11.0",
"typescript": "^3.1.6",
"jsonfile": "^5.0.0"
"jsonfile": "^5.0.0",
"snyk": "^1.316.1"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
Expand Down Expand Up @@ -118,5 +121,6 @@
}
]
]
}
},
"snyk": true
}

0 comments on commit 66dd448

Please sign in to comment.