Skip to content

Commit 885cd72

Browse files
committed
Fix Inefficient Regular Expression Complexity in marked
1 parent 93bb0f3 commit 885cd72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ docsify@^4.12.0, docsify@^4.12.1:
332332
integrity sha512-7v4UlCYLTmb83leJLIlheQlQ8kDTbTxcpMttRg0Uf92Nl//m0AcKFHoLLo5HHS4UhnO0KhDV8SKCdTR279zI9A==
333333
dependencies:
334334
dompurify "^2.2.6"
335-
marked "^1.2.9"
335+
marked "^4.0.10"
336336
medium-zoom "^1.0.6"
337337
opencollective-postinstall "^2.0.2"
338338
prismjs "^1.23.0"
@@ -737,10 +737,10 @@ make-dir@^3.0.0:
737737
dependencies:
738738
semver "^6.0.0"
739739

740-
marked@^1.2.9:
741-
version "1.2.9"
742-
resolved "https://registry.yarnpkg.com/marked/-/marked-1.2.9.tgz#53786f8b05d4c01a2a5a76b7d1ec9943d29d72dc"
743-
integrity sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw==
740+
marked@^4.0.10:
741+
version "4.0.10"
742+
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz"
743+
integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==
744744

745745
medium-zoom@^1.0.6:
746746
version "1.0.6"

0 commit comments

Comments
 (0)