Skip to content

Commit 5307331

Browse files
authored
refactor: updated markdown-it dependency (#1424)
1 parent 8cbe189 commit 5307331

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"js-beautify": "1.13.5",
1616
"js-yaml": "4.1.0",
1717
"lodash": "4.17.21",
18-
"markdown-it": "12.0.6",
18+
"markdown-it": "12.3.2",
1919
"node-fetch": "2.6.7",
2020
"recursive-copy": "2.0.13",
2121
"update-notifier": "5.1.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10574,10 +10574,10 @@ markdown-it-anchor@^5.2.7:
1057410574
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz#d549acd64856a8ecd1bea58365ef385effbac744"
1057510575
integrity sha512-/V1MnLL/rgJ3jkMWo84UR+K+jF1cxNG1a+KwqeXqTIJ+jtA8aWSHuigx8lTzauiIjBDbwF3NcWQMotd0Dm39jA==
1057610576

10577-
markdown-it@12.0.6:
10578-
version "12.0.6"
10579-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.6.tgz#adcc8e5fe020af292ccbdf161fe84f1961516138"
10580-
integrity sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==
10577+
markdown-it@12.3.2:
10578+
version "12.3.2"
10579+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
10580+
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
1058110581
dependencies:
1058210582
argparse "^2.0.1"
1058310583
entities "~2.1.0"

0 commit comments

Comments
 (0)