Skip to content

Commit

Permalink
Merge pull request #560 from infokiller/dependabot/npm_and_yarn/markd…
Browse files Browse the repository at this point in the history
…ownlint-cli-0.37.0

build(deps-dev): bump markdownlint-cli from 0.36.0 to 0.37.0
  • Loading branch information
kodiakhq[bot] authored Sep 25, 2023
2 parents 2c675c8 + 088f417 commit 7fac299
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-terser": "^2.1.0",
"markdownlint-cli": "^0.36.0",
"markdownlint-cli": "^0.37.0",
"minimist": "^1.2.8",
"prettier": "3.0.3",
"prettier-eslint-cli": "^7.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3949,18 +3949,18 @@ markdown-it@13.0.1:
mdurl "^1.0.1"
uc.micro "^1.0.5"

markdownlint-cli@^0.36.0:
version "0.36.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.36.0.tgz#1f5da0e4445386080c3ad5a6edd451bb76b7dd76"
integrity sha512-h4WdqOam3+QOVOcJSOQuG8KvvN8dlS0OiJhbPwYWBk7VMZR40UtSSMIOpSP5B4EHPHg3W3ILSQUvqg1HNpTCxA==
markdownlint-cli@^0.37.0:
version "0.37.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.37.0.tgz#6b1331d0e9822627268774f6ec72e8138fcbfb1a"
integrity sha512-hNKAc0bWBBuVhJbSWbUhRzavstiB4o1jh3JeSpwC4/dt6eJ54lRfYHRxVdzVp4qGWBKbeE6Pg490PFEfrKjqSg==
dependencies:
commander "~11.0.0"
get-stdin "~9.0.0"
glob "~10.3.4"
ignore "~5.2.4"
js-yaml "^4.1.0"
jsonc-parser "~3.2.0"
markdownlint "~0.30.0"
markdownlint "~0.31.1"
minimatch "~9.0.3"
run-con "~1.3.2"

Expand All @@ -3969,10 +3969,10 @@ markdownlint-micromark@0.1.7:
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz#c465091b30d61a56027ccbfb981c80c96448c165"
integrity sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q==

markdownlint@~0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.30.0.tgz#e5b43f794c6810299cd4be86f8d54108e9169860"
integrity sha512-nInuFvI/rEzanAOArW5490Ez4EYpB5ODqVM0mcDYCPx9DKJWCQqCgejjiCvbSeE7sjbDscVtZmwr665qpF5xGA==
markdownlint@~0.31.1:
version "0.31.1"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.31.1.tgz#f014ed2d3614c5dbc351b7f65641ccc0a5facdb7"
integrity sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==
dependencies:
markdown-it "13.0.1"
markdownlint-micromark "0.1.7"
Expand Down

0 comments on commit 7fac299

Please sign in to comment.