Skip to content

Commit 9c08b23

Browse files
committed
chore: upgrade markdown-it to 9.0.1
Signed-off-by: BoHong Li <[email protected]>
1 parent d647c44 commit 9c08b23

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"list.js": "~1.5.0",
8080
"lodash": "~4.17.15",
8181
"lutim": "~1.0.2",
82-
"markdown-it": "~8.2.2",
82+
"markdown-it": "~9.0.1",
8383
"markdown-it-abbr": "~1.0.4",
8484
"markdown-it-container": "~2.0.0",
8585
"markdown-it-deflist": "~2.0.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8023,16 +8023,16 @@ markdown-it-sup@~1.0.0:
80238023
resolved "https://registry.yarnpkg.com/markdown-it-sup/-/markdown-it-sup-1.0.0.tgz#cb9c9ff91a5255ac08f3fd3d63286e15df0a1fc3"
80248024
integrity sha1-y5yf+RpSVawI8/09YyhuFd8KH8M=
80258025

8026-
markdown-it@~8.2.2:
8027-
version "8.2.2"
8028-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.2.2.tgz#e39593d976f9c4b7ee7f338a3a1e9e10c3db4e36"
8029-
integrity sha1-45WT2Xb5xLfufzOKOh6eEMPbTjY=
8026+
markdown-it@~9.0.1:
8027+
version "9.0.1"
8028+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.0.1.tgz#aafe363c43718720b6575fd10625cde6e4ff2d47"
8029+
integrity sha512-XC9dMBHg28Xi7y5dPuLjM61upIGPJG8AiHNHYqIaXER2KNnn7eKnM5/sF0ImNnyoV224Ogn9b1Pck8VH4k0bxw==
80308030
dependencies:
80318031
argparse "^1.0.7"
80328032
entities "~1.1.1"
80338033
linkify-it "^2.0.0"
80348034
mdurl "^1.0.1"
8035-
uc.micro "^1.0.3"
8035+
uc.micro "^1.0.5"
80368036

80378037
markdown-pdf@~9.0.0:
80388038
version "9.0.0"
@@ -12563,7 +12563,7 @@ typedarray@^0.0.6, typedarray@~0.0.5:
1256312563
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1256412564
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1256512565

12566-
uc.micro@^1.0.1, uc.micro@^1.0.3:
12566+
uc.micro@^1.0.1, uc.micro@^1.0.5:
1256712567
version "1.0.6"
1256812568
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
1256912569
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==

0 commit comments

Comments
 (0)