Skip to content

Commit 416b9ba

Browse files
Bump markdownlint-cli from 0.29.0 to 0.30.0 (#50)
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe573a8 commit 416b9ba

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-config-google": "0.14.0",
4242
"git-branch-is": "4.0.0",
4343
"husky": "7.0.4",
44-
"markdownlint-cli": "0.29.0",
44+
"markdownlint-cli": "0.30.0",
4545
"mocha": "9.1.3",
4646
"mocha-param": "2.0.1",
4747
"nyc": "15.1.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -543,10 +543,10 @@ commander@^6.0.0:
543543
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
544544
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
545545

546-
commander@~8.2.0:
547-
version "8.2.0"
548-
resolved "https://registry.yarnpkg.com/commander/-/commander-8.2.0.tgz#37fe2bde301d87d47a53adeff8b5915db1381ca8"
549-
integrity sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==
546+
commander@~8.3.0:
547+
version "8.3.0"
548+
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
549+
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
550550

551551
commondir@^1.0.1:
552552
version "1.0.1"
@@ -1011,7 +1011,7 @@ ignore@^4.0.6:
10111011
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
10121012
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
10131013

1014-
ignore@~5.1.8:
1014+
ignore@~5.1.9:
10151015
version "5.1.9"
10161016
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
10171017
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
@@ -1301,16 +1301,16 @@ [email protected]:
13011301
mdurl "^1.0.1"
13021302
uc.micro "^1.0.5"
13031303

1304-
markdownlint-cli@0.29.0:
1305-
version "0.29.0"
1306-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.29.0.tgz#3c56686fd00ace4b68c9cfa3a34a7a9dfdef1417"
1307-
integrity sha512-SEXRUT1ri9sXV8xQK88vjGAgmz2X9rxEG2tXdDZMljzW8e++LNTO9zzBBStx3JQWrTDoGTPHNrcurbuiyF97gw==
1304+
markdownlint-cli@0.30.0:
1305+
version "0.30.0"
1306+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.30.0.tgz#4ec0ab85a491eb161182e5c26eff308bf90f18f3"
1307+
integrity sha512-NiG8iERjwsRZtJAIyLMDdYL2O3bJVn3fUxzDl+6Iv61/YYz9H9Nzgke/v0/cW9HfGvgZHhbfI19LFMp6gbKdyw==
13081308
dependencies:
1309-
commander "~8.2.0"
1309+
commander "~8.3.0"
13101310
deep-extend "~0.6.0"
13111311
get-stdin "~8.0.0"
13121312
glob "~7.2.0"
1313-
ignore "~5.1.8"
1313+
ignore "~5.1.9"
13141314
js-yaml "^4.1.0"
13151315
jsonc-parser "~3.0.0"
13161316
lodash.differencewith "~4.5.0"

0 commit comments

Comments
 (0)