Skip to content

Commit 08ca860

Browse files
chore: bump markdownlint-cli from 0.31.0 to 0.31.1 (coder#837)
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.31.0 to 0.31.1. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.31.0...v0.31.1) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58e30e4 commit 08ca860

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"all-contributors-cli": "^6.20.0",
2222
"husky": "^7.0.4",
2323
"lint-staged": "^12.2.1",
24-
"markdownlint-cli": "^0.31.0",
24+
"markdownlint-cli": "^0.31.1",
2525
"minimist": "^1.2.5",
2626
"prettier": "2.5.1",
2727
"semver-compare": "^1.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,10 @@ markdown-it@12.3.2:
588588
mdurl "^1.0.1"
589589
uc.micro "^1.0.5"
590590

591-
markdownlint-cli@^0.31.0:
592-
version "0.31.0"
593-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.31.0.tgz#a44264a71066475228292b7af19d3d18b827676d"
594-
integrity sha512-UCNA10I2evrEqGWUGM4I6ae6LubLeySkKegP1GQaZSES516BYBgOn8Ai8MXU+5rSIeCvMyKi91alqHyRDuUnYA==
591+
markdownlint-cli@^0.31.1:
592+
version "0.31.1"
593+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.31.1.tgz#8db34eec453e84bed06a954c8a289333f7c2c1c7"
594+
integrity sha512-keIOMwQn+Ch7MoBwA+TdkyVMuxAeZFEGmIIlvwgV0Z1TGS5MxPnRr29XCLhkNzCHU+uNKGjU+VEjLX+Z9kli6g==
595595
dependencies:
596596
commander "~9.0.0"
597597
get-stdin "~9.0.0"
@@ -601,7 +601,7 @@ markdownlint-cli@^0.31.0:
601601
jsonc-parser "~3.0.0"
602602
markdownlint "~0.25.1"
603603
markdownlint-rule-helpers "~0.16.0"
604-
minimatch "~3.0.4"
604+
minimatch "~3.0.5"
605605
run-con "~1.2.10"
606606

607607
markdownlint-rule-helpers@~0.16.0:
@@ -639,10 +639,10 @@ mimic-fn@^2.1.0:
639639
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
640640
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
641641

642-
minimatch@^3.0.4, minimatch@~3.0.4:
643-
version "3.0.4"
644-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
645-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
642+
minimatch@^3.0.4, minimatch@~3.0.5:
643+
version "3.0.5"
644+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3"
645+
integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==
646646
dependencies:
647647
brace-expansion "^1.1.7"
648648

0 commit comments

Comments
 (0)