Skip to content

Commit f35b691

Browse files
build(deps-dev): bump markdownlint-cli from 0.31.0 to 0.31.1
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] <[email protected]>
1 parent 409f7d0 commit f35b691

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
@@ -105,7 +105,7 @@
105105
"lint-staged": "^12.3.3",
106106
"lodash": "^4.17.21",
107107
"markdownlint": "^0.25.1",
108-
"markdownlint-cli": "^0.31.0",
108+
"markdownlint-cli": "^0.31.1",
109109
"mdast-util-to-string": "^3.1.0",
110110
"mini-css-extract-plugin": "^2.5.3",
111111
"mkdirp": "^1.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8057,10 +8057,10 @@ markdown-table@^2.0.0:
80578057
dependencies:
80588058
repeat-string "^1.0.0"
80598059

8060-
markdownlint-cli@^0.31.0:
8061-
version "0.31.0"
8062-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.31.0.tgz#a44264a71066475228292b7af19d3d18b827676d"
8063-
integrity sha512-UCNA10I2evrEqGWUGM4I6ae6LubLeySkKegP1GQaZSES516BYBgOn8Ai8MXU+5rSIeCvMyKi91alqHyRDuUnYA==
8060+
markdownlint-cli@^0.31.1:
8061+
version "0.31.1"
8062+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.31.1.tgz#8db34eec453e84bed06a954c8a289333f7c2c1c7"
8063+
integrity sha512-keIOMwQn+Ch7MoBwA+TdkyVMuxAeZFEGmIIlvwgV0Z1TGS5MxPnRr29XCLhkNzCHU+uNKGjU+VEjLX+Z9kli6g==
80648064
dependencies:
80658065
commander "~9.0.0"
80668066
get-stdin "~9.0.0"
@@ -8070,7 +8070,7 @@ markdownlint-cli@^0.31.0:
80708070
jsonc-parser "~3.0.0"
80718071
markdownlint "~0.25.1"
80728072
markdownlint-rule-helpers "~0.16.0"
8073-
minimatch "~3.0.4"
8073+
minimatch "~3.0.5"
80748074
run-con "~1.2.10"
80758075

80768076
markdownlint-rule-helpers@~0.16.0:
@@ -8720,10 +8720,10 @@ minimalistic-assert@^1.0.0:
87208720
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
87218721
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
87228722

8723-
minimatch@^3.0.4, minimatch@~3.0.4:
8724-
version "3.0.4"
8725-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
8726-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
8723+
minimatch@^3.0.4, minimatch@~3.0.5:
8724+
version "3.0.5"
8725+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3"
8726+
integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==
87278727
dependencies:
87288728
brace-expansion "^1.1.7"
87298729

0 commit comments

Comments
 (0)