Skip to content

Commit 1d95949

Browse files
fix(deps): update dependency markdown-it to v14
1 parent c1759c1 commit 1d95949

File tree

2 files changed

+32
-26
lines changed

2 files changed

+32
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"async": "^3.2.0",
3030
"is-html": "^2.0.0",
31-
"markdown-it": "^12.0.0",
31+
"markdown-it": "^14.0.0",
3232
"node-quill-converter": "^0.3.2",
3333
"quill": "^1.3.6",
3434
"quill-delta-to-html": "^0.12.0",

yarn.lock

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -881,10 +881,10 @@ emoji-regex@^8.0.0:
881881
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
882882
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
883883

884-
entities@~2.1.0:
885-
version "2.1.0"
886-
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
887-
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
884+
entities@^4.4.0:
885+
version "4.5.0"
886+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
887+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
888888

889889
error-ex@^1.3.1:
890890
version "1.3.2"
@@ -2028,12 +2028,12 @@ lines-and-columns@^1.1.6:
20282028
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
20292029
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
20302030

2031-
linkify-it@^3.0.1:
2032-
version "3.0.3"
2033-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e"
2034-
integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
2031+
linkify-it@^5.0.0:
2032+
version "5.0.0"
2033+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421"
2034+
integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==
20352035
dependencies:
2036-
uc.micro "^1.0.1"
2036+
uc.micro "^2.0.0"
20372037

20382038
20392039
version "15.2.2"
@@ -2155,21 +2155,22 @@ lru-cache@^6.0.0:
21552155
dependencies:
21562156
yallist "^4.0.0"
21572157

2158-
markdown-it@^12.0.0:
2159-
version "12.3.2"
2160-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
2161-
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
2158+
markdown-it@^14.0.0:
2159+
version "14.0.0"
2160+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.0.0.tgz#b4b2ddeb0f925e88d981f84c183b59bac9e3741b"
2161+
integrity sha512-seFjF0FIcPt4P9U39Bq1JYblX0KZCjDLFFQPHpL5AzHpqPEKtosxmdq/LTVZnjfH7tjt9BxStm+wXcDBNuYmzw==
21622162
dependencies:
21632163
argparse "^2.0.1"
2164-
entities "~2.1.0"
2165-
linkify-it "^3.0.1"
2166-
mdurl "^1.0.1"
2167-
uc.micro "^1.0.5"
2164+
entities "^4.4.0"
2165+
linkify-it "^5.0.0"
2166+
mdurl "^2.0.0"
2167+
punycode.js "^2.3.1"
2168+
uc.micro "^2.0.0"
21682169

2169-
mdurl@^1.0.1:
2170-
version "1.0.1"
2171-
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
2172-
integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=
2170+
mdurl@^2.0.0:
2171+
version "2.0.0"
2172+
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
2173+
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
21732174

21742175
meow@^12.0.1:
21752176
version "12.1.1"
@@ -2523,6 +2524,11 @@ psl@^1.1.28:
25232524
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
25242525
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
25252526

2527+
punycode.js@^2.3.1:
2528+
version "2.3.1"
2529+
resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7"
2530+
integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==
2531+
25262532
punycode@^2.1.0, punycode@^2.1.1:
25272533
version "2.1.1"
25282534
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -3087,10 +3093,10 @@ typed-array-length@^1.0.4:
30873093
for-each "^0.3.3"
30883094
is-typed-array "^1.1.9"
30893095

3090-
uc.micro@^1.0.1, uc.micro@^1.0.5:
3091-
version "1.0.6"
3092-
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
3093-
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
3096+
uc.micro@^2.0.0:
3097+
version "2.0.0"
3098+
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.0.0.tgz#84b3c335c12b1497fd9e80fcd3bfa7634c363ff1"
3099+
integrity sha512-DffL94LsNOccVn4hyfRe5rdKa273swqeA5DJpMOeFmEn1wCDc7nAbbB0gXlgBCL7TNzeTv6G7XVWzan7iJtfig==
30943100

30953101
unbox-primitive@^1.0.1:
30963102
version "1.0.1"

0 commit comments

Comments
 (0)