Skip to content

Commit 582fc00

Browse files
Bump markdown-it from 8.4.2 to 12.3.2
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 8.4.2 to 12.3.2. - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@8.4.2...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ddc9e97 commit 582fc00

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"domino": "^2.1.6",
4747
"highlight.js": "^10.4.1",
4848
"js-yaml": "^4.1.0",
49-
"markdown-it": "^8.4.2",
49+
"markdown-it": "^12.3.2",
5050
"markdown-it-deflist": "^2.0.3",
5151
"markdown-it-emoji": "^1.4.0",
5252
"markdown-it-footnote": "^3.0.1",

yarn.lock

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,6 +2192,11 @@ entities@~1.1.1:
21922192
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
21932193
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
21942194

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+
21952200
errno@^0.1.3, errno@~0.1.7:
21962201
version "0.1.8"
21972202
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
@@ -3280,6 +3285,13 @@ linkify-it@^2.0.0:
32803285
dependencies:
32813286
uc.micro "^1.0.1"
32823287

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+
32833295
loader-runner@^2.4.0:
32843296
version "2.4.0"
32853297
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
@@ -3419,6 +3431,17 @@ markdown-it-sup@^1.0.0:
34193431
resolved "https://registry.yarnpkg.com/markdown-it-sup/-/markdown-it-sup-1.0.0.tgz#cb9c9ff91a5255ac08f3fd3d63286e15df0a1fc3"
34203432
integrity sha1-y5yf+RpSVawI8/09YyhuFd8KH8M=
34213433

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+
34223445
markdown-it@^8.4.2:
34233446
version "8.4.2"
34243447
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"

0 commit comments

Comments
 (0)