Skip to content

Commit d24c55c

Browse files
authored
Merge pull request #221 from ticky/renovate/markdown-it-11.x
Update dependency markdown-it to v11
2 parents 6dce207 + b479cdb commit d24c55c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"highlight.js": "^10.0.0",
3737
"jsesc": "^3.0.0",
3838
"loader-utils": "^2.0.0",
39-
"markdown-it": "^10.0.0",
39+
"markdown-it": "^11.0.0",
4040
"sha.js": "^2.4.5"
4141
},
4242
"devDependencies": {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6045,9 +6045,9 @@ lines-and-columns@^1.1.6:
60456045
version "1.1.6"
60466046
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
60476047

6048-
linkify-it@^2.0.0:
6049-
version "2.0.3"
6050-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.0.3.tgz#d94a4648f9b1c179d64fa97291268bdb6ce9434f"
6048+
linkify-it@^3.0.1:
6049+
version "3.0.1"
6050+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.1.tgz#49c0f20adcd08b9a7e427225f2ed5f2fb7d1b033"
60516051
dependencies:
60526052
uc.micro "^1.0.1"
60536053

@@ -6345,13 +6345,13 @@ [email protected]:
63456345
version "0.4.4"
63466346
resolved "https://registry.yarnpkg.com/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.4.tgz#3dc7ce8b8fc17e5981c77cc398d1782319f37fbc"
63476347

6348-
markdown-it@^10.0.0:
6349-
version "10.0.0"
6350-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc"
6348+
markdown-it@^11.0.0:
6349+
version "11.0.0"
6350+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.0.tgz#dbfc30363e43d756ebc52c38586b91b90046b876"
63516351
dependencies:
63526352
argparse "^1.0.7"
63536353
entities "~2.0.0"
6354-
linkify-it "^2.0.0"
6354+
linkify-it "^3.0.1"
63556355
mdurl "^1.0.1"
63566356
uc.micro "^1.0.5"
63576357

0 commit comments

Comments
 (0)