Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
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-1056767
- https://snyk.io/vuln/SNYK-JS-MARKED-1070800
  • Loading branch information
snyk-bot committed Mar 12, 2021
1 parent 7590c7d commit e7775a9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 55 deletions.
86 changes: 33 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"autoprefixer": "^9.8.6",
"cheerio": "^0.22.0",
"fibers": "^5.0.0",
"handlebars": "^4.7.6",
"handlebars": "^4.7.7",
"jstransformer-handlebars": "^1.1.0",
"junk": "^3.1.0",
"lodash.defaultsdeep": "^4.6.1",
"marked": "^1.2.5",
"marked": "^2.0.0",
"metalsmith": "^2.3.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-discover-helpers": "^0.1.1",
Expand Down

0 comments on commit e7775a9

Please sign in to comment.