File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 46
46
"domino" : " ^2.1.6" ,
47
47
"highlight.js" : " ^10.4.1" ,
48
48
"js-yaml" : " ^4.1.0" ,
49
- "markdown-it" : " ^8.4 .2" ,
49
+ "markdown-it" : " ^12.3 .2" ,
50
50
"markdown-it-deflist" : " ^2.0.3" ,
51
51
"markdown-it-emoji" : " ^1.4.0" ,
52
52
"markdown-it-footnote" : " ^3.0.1" ,
Original file line number Diff line number Diff line change @@ -2192,6 +2192,11 @@ entities@~1.1.1:
2192
2192
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
2193
2193
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
2194
2194
2195
+ entities@~2.1.0 :
2196
+ version "2.1.0"
2197
+ resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
2198
+ integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
2199
+
2195
2200
errno@^0.1.3, errno@~0.1.7 :
2196
2201
version "0.1.8"
2197
2202
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
@@ -3280,6 +3285,13 @@ linkify-it@^2.0.0:
3280
3285
dependencies :
3281
3286
uc.micro "^1.0.1"
3282
3287
3288
+ linkify-it@^3.0.1 :
3289
+ version "3.0.3"
3290
+ resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e"
3291
+ integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
3292
+ dependencies :
3293
+ uc.micro "^1.0.1"
3294
+
3283
3295
loader-runner@^2.4.0 :
3284
3296
version "2.4.0"
3285
3297
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
@@ -3419,6 +3431,17 @@ markdown-it-sup@^1.0.0:
3419
3431
resolved "https://registry.yarnpkg.com/markdown-it-sup/-/markdown-it-sup-1.0.0.tgz#cb9c9ff91a5255ac08f3fd3d63286e15df0a1fc3"
3420
3432
integrity sha1-y5yf+RpSVawI8/09YyhuFd8KH8M=
3421
3433
3434
+ markdown-it@^12.3.2 :
3435
+ version "12.3.2"
3436
+ resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
3437
+ integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
3438
+ dependencies :
3439
+ argparse "^2.0.1"
3440
+ entities "~2.1.0"
3441
+ linkify-it "^3.0.1"
3442
+ mdurl "^1.0.1"
3443
+ uc.micro "^1.0.5"
3444
+
3422
3445
markdown-it@^8.4.2 :
3423
3446
version "8.4.2"
3424
3447
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"
You can’t perform that action at this time.
0 commit comments