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
- https://snyk.io/vuln/SNYK-JS-JSYAML-174129
  • Loading branch information
snyk-bot committed Apr 8, 2019
1 parent db3b5a6 commit f51940b
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 55 deletions.
168 changes: 115 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 @@ -37,7 +37,7 @@
"istanbul": "^1.0.0-alpha.2",
"json-schema-to-typescript": "^6.0.1",
"lint-staged": "^8.1.4",
"mocha": "^6.0.0",
"mocha": "^6.1.0",
"mocha-junit-reporter": "^1.17.0",
"nyc": "^13.3.0",
"semantic-release": "^15.13.3",
Expand All @@ -56,7 +56,7 @@
"hast-to-hyperscript": "^6.0.0",
"hast-util-to-html": "^5.0.0",
"hyperscript": "^2.0.2",
"js-yaml": "^3.13.0",
"js-yaml": "^3.13.1",
"jsdom": "^14.0.0",
"lodash": "^4.17.11",
"mdast-util-to-hast": "^4.0.0",
Expand Down

0 comments on commit f51940b

Please sign in to comment.