Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities (#58)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534988

Co-authored-by: Joe Workman <[email protected]>
  • Loading branch information
snyk-bot and joeworkman authored Mar 27, 2020
1 parent 817b74c commit dc7e047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"handlebars": "^4.5.3",
"highlight.js": "^9.16.2",
"handlebars": "^4.3.0",
"inky": "^1.2.6",
"js-beautify": "^1.6.2",
"kebab-case": "^1.0.0",
Expand Down

0 comments on commit dc7e047

Please sign in to comment.