bump markdownlint version

pull/1/head
Nelson Jovel 4 years ago
parent c1622ddc32
commit cc698add07

@ -24,7 +24,7 @@
}, },
"devDependencies": { "devDependencies": {
"jest": "^27.2.5", "jest": "^27.2.5",
"markdownlint": "^0.24.0" "markdownlint": "^0.25.1"
}, },
"jest": { "jest": {
"roots": [ "roots": [

@ -3186,10 +3186,10 @@ makeerror@1.0.x:
dependencies: dependencies:
tmpl "1.0.x" tmpl "1.0.x"
markdown-it@12.2.0: markdown-it@12.3.2:
version "12.2.0" version "12.3.2"
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-12.2.0.tgz" resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
integrity sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg== integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
dependencies: dependencies:
argparse "^2.0.1" argparse "^2.0.1"
entities "~2.1.0" entities "~2.1.0"
@ -3197,12 +3197,12 @@ markdown-it@12.2.0:
mdurl "^1.0.1" mdurl "^1.0.1"
uc.micro "^1.0.5" uc.micro "^1.0.5"
markdownlint@^0.24.0: markdownlint@^0.25.1:
version "0.24.0" version "0.25.1"
resolved "https://registry.npmjs.org/markdownlint/-/markdownlint-0.24.0.tgz" resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.25.1.tgz#df04536607ebeeda5ccd5e4f38138823ed623788"
integrity sha512-OJIGsGFV/rC9irI5E1FMy6v9hdACSwaa+EN3224Y5KG8zj2EYzdHOw0pOJovIYmjNfEZ9BtxUY4P7uYHTSNnbQ== integrity sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==
dependencies: dependencies:
markdown-it "12.2.0" markdown-it "12.3.2"
mdurl@^1.0.1: mdurl@^1.0.1:
version "1.0.1" version "1.0.1"

Loading…
Cancel
Save