Skip to content

Commit 08bbb0e

Browse files
authored
Merge pull request #2 from DGGua/dependabot/npm_and_yarn/markdown-it-12.3.2
chore(deps): bump markdown-it from 8.4.2 to 12.3.2
2 parents ff7f0d2 + 120e2b4 commit 08bbb0e

File tree

3 files changed

+72
-33
lines changed

3 files changed

+72
-33
lines changed

package-lock.json

+50-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@
733733
"fs-extra": "^10.0.0",
734734
"highlight.js": "^10.7.2",
735735
"lodash": "^4.17.21",
736-
"markdown-it": "^8.4.2",
736+
"markdown-it": "^12.3.2",
737737
"require-from-string": "^2.0.2",
738738
"unescape-js": "^1.1.4",
739739
"vsc-leetcode-cli": "2.8.1"

yarn.lock

+21-11
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ argparse@^1.0.7:
130130
dependencies:
131131
sprintf-js "~1.0.2"
132132

133+
argparse@^2.0.1:
134+
version "2.0.1"
135+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
136+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
137+
133138
asn1@~0.2.3:
134139
version "0.2.6"
135140
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
@@ -478,6 +483,11 @@ entities@^2.0.0:
478483
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
479484
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
480485

486+
entities@~2.1.0:
487+
version "2.1.0"
488+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
489+
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
490+
481491
escalade@^3.1.1:
482492
version "3.1.1"
483493
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -820,10 +830,10 @@ levn@~0.3.0:
820830
prelude-ls "~1.1.2"
821831
type-check "~0.3.2"
822832

823-
linkify-it@^2.0.0:
824-
version "2.2.0"
825-
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-%3Cspan%20class="x x-first x-last">2.2.0.tgz#e3b54697e78bf915c70a38acd78fd09e0058b1cf"
826-
integrity sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==
833+
linkify-it@^3.0.1:
834+
version "3.0.3"
835+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-%3Cspan%20class="x x-first x-last">3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e"
836+
integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
827837
dependencies:
828838
uc.micro "^1.0.1"
829839

@@ -846,14 +856,14 @@ log-symbols@^2.2.0:
846856
dependencies:
847857
chalk "^2.0.1"
848858

849-
markdown-it@^8.4.2:
850-
version "8.4.2"
851-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-%3Cspan%20class="x x-first x-last">8.4.2.tgz#386f98998dc15a37722aa7722084f4020bdd9b54"
852-
integrity sha512-GcRz3AWTqSUphY3vsUqQSFMbgR38a4Lh3GWlHRh/7MRwz8mcu9n2IO7HOh+bXHrR9kOPDl5RNCaEsrneb+xhHQ==
859+
markdown-it@^12.3.2:
860+
version "12.3.2"
861+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-%3Cspan%20class="x x-first x-last">12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
862+
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
853863
dependencies:
854-
argparse "^1.0.7"
855-
entities "~1.1.1"
856-
linkify-it "^2.0.0"
864+
argparse "^2.0.1"
865+
entities "~2.1.0"
866+
linkify-it "^3.0.1"
857867
mdurl "^1.0.1"
858868
uc.micro "^1.0.5"
859869

0 commit comments

Comments
 (0)