Skip to content

Commit

Permalink
fix(dependencies): update marked version
Browse files Browse the repository at this point in the history
update marked to satisfy a vulnerability in the version previously used
  • Loading branch information
MutableLoss committed Jan 6, 2018
1 parent f020b1e commit 5564aa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"fs-extra": "3.0.1",
"js-yaml": "3.8.3",
"jsdoc": "3.4.3",
"marked": "0.3.6"
"marked": "0.3.9"
},
"devDependencies": {
"chai": "3.5.0",
Expand Down
6 changes: 5 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,11 @@ map-stream@~0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194"

[email protected], marked@~0.3.6:
[email protected]:
version "0.3.9"
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.9.tgz#54ce6a57e720c3ac6098374ec625fcbcc97ff290"

marked@~0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7"

Expand Down

0 comments on commit 5564aa4

Please sign in to comment.