Skip to content

Commit

Permalink
Merge pull request #103 from snyk/feat/fix-vulns-drop-node-8
Browse files Browse the repository at this point in the history
Update vulnerable dependency and drop Node.js 8 support
  • Loading branch information
JackuB committed Jun 9, 2021
2 parents 61473b5 + e3b64c3 commit 6744d00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@
"chalk": "^2.4.2",
"commander": "^4.1.1",
"debug": "^4.1.1",
"handlebars": "^4.7.3",
"marked": "^1.1.1",
"handlebars": "^4.7.7",
"marked": "^2.0.7",
"moment": "^2.24.0",
"source-map-support": "^0.5.16"
},
"bin": {
"snyk-to-html": "dist/index.js"
},
"engines": {
"node": ">=10"
},
"snyk": true,
"devDependencies": {
"@types/chalk": "^2.2.0",
Expand Down

0 comments on commit 6744d00

Please sign in to comment.