Skip to content

Commit 5564aa4

Browse files
committed
fix(dependencies): update marked version
update marked to satisfy a vulnerability in the version previously used
1 parent f020b1e commit 5564aa4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"fs-extra": "3.0.1",
2323
"js-yaml": "3.8.3",
2424
"jsdoc": "3.4.3",
25-
"marked": "0.3.6"
25+
"marked": "0.3.9"
2626
},
2727
"devDependencies": {
2828
"chai": "3.5.0",

yarn.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,11 @@ map-stream@~0.1.0:
14991499
version "0.1.0"
15001500
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194"
15011501

1502-
marked@0.3.6, marked@~0.3.6:
1502+
marked@0.3.9:
1503+
version "0.3.9"
1504+
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.9.tgz#54ce6a57e720c3ac6098374ec625fcbcc97ff290"
1505+
1506+
marked@~0.3.6:
15031507
version "0.3.6"
15041508
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7"
15051509

0 commit comments

Comments
 (0)