Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

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-JSYAML-173999
  • Loading branch information
snyk-bot committed Mar 31, 2019
1 parent 2c682c8 commit f40f12c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 66 deletions.
79 changes: 14 additions & 65 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"hast-to-hyperscript": "^6.0.0",
"hast-util-to-html": "^5.0.0",
"hyperscript": "^2.0.2",
"js-yaml": "^3.12.0",
"js-yaml": "^3.13.0",
"jsdom": "^14.0.0",
"lodash": "^4.17.11",
"mdast-util-to-hast": "^4.0.0",
Expand Down

0 comments on commit f40f12c

Please sign in to comment.