Skip to content

Commit

Permalink
fix: package.json & .snyk to reduce vulnerabilities (TheSharks#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and Remco committed Nov 9, 2016
1 parent 63fcab7 commit 790be92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: v1.5.0
ignore: {}
patch:
'npm:tough-cookie:20160722':
- youtube-api > googleapis > request > tough-cookie:
patched: '2016-11-09T10:37:02.218Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"scripts": {
"prestart": "npm update",
"test": "standard & eslint **",
"start": "node DougBot.js"
"start": "node DougBot.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": {
"name": "Remco Jongschaap",
Expand Down Expand Up @@ -60,10 +62,12 @@
"xml2js": "^0.4.16",
"youtube-api": "^2.0.2",
"youtube-dl": "^1.11.1",
"ytdl-core": "^0.7.15"
"ytdl-core": "^0.7.15",
"snyk": "^1.19.1"
},
"devDependencies": {
"eslint": "^3.0.0",
"standard": "^8.1.0"
}
},
"snyk": true
}

0 comments on commit 790be92

Please sign in to comment.