From 3bd3b6ee84417065d1cd16b7150eb78ee9e2f38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:18:50 +0000 Subject: [PATCH] build(deps-dev): bump markdownlint-cli from 0.36.0 to 0.37.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 83034018272..d923327c47d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@okp4/eslint-config": "^1.2.0", "docusaurus-plugin-drawio": "^0.4.0", "graphviz-react": "^1.2.5", - "markdownlint-cli": "^0.36.0", + "markdownlint-cli": "^0.37.0", "prettier": "^3.0.3", "remark-kroki": "^0.2.7", "stylelint": "^14.16.1", diff --git a/yarn.lock b/yarn.lock index 1433103a55d..989f7f8fb1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5848,10 +5848,10 @@ 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" @@ -5859,7 +5859,7 @@ markdownlint-cli@^0.36.0: 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" @@ -5868,10 +5868,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"