Skip to content

Commit

Permalink
Merge pull request #19 from TiagoDanin/snyk-fix-w1wiuf
Browse files Browse the repository at this point in the history
[Snyk] Fix for 1 vulnerable dependencies
  • Loading branch information
TiagoDanin authored May 6, 2019
2 parents 7399943 + a15c4ff commit 5cd7f77
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.3
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-AXIOS-174505:
- axios:
patched: '2019-05-06T02:59:41.072Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
"dependencies": {
"axios": "0.18.0",
"debug": "4.1.1",
"express": "4.16.3"
"express": "4.16.3",
"snyk": "^1.161.1"
},
"devDependencies": {
"telegraf": "3.29.0",
"mocha": "6.1.1"
},
"scripts": {
"test": "mocha --exit --timeout 100000"
"test": "mocha --exit --timeout 100000",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -31,5 +34,6 @@
"bugs": {
"url": "https://github.com/TiagoDanin/Telegraf-Test/issues"
},
"homepage": "https://github.com/TiagoDanin/Telegraf-Test#readme"
"homepage": "https://github.com/TiagoDanin/Telegraf-Test#readme",
"snyk": true
}

0 comments on commit 5cd7f77

Please sign in to comment.