Skip to content

Commit ac4f1c3

Browse files
build(deps-dev): bump markdownlint-cli2 from 0.5.0 to 0.5.1 (#1029)
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases) - [Commits](DavidAnson/markdownlint-cli2@v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b646ede commit ac4f1c3

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
@@ -39,7 +39,7 @@
3939
"eslint-plugin-prettier": "^4.2.1",
4040
"jest": "^28.1.3",
4141
"jest-environment-jsdom": "^28.1.3",
42-
"markdownlint-cli2": "^0.5.0",
42+
"markdownlint-cli2": "^0.5.1",
4343
"moment": "^2.29.4",
4444
"obsidian": "0.14.6",
4545
"prettier": "^2.2.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3312,22 +3312,22 @@ markdownlint-cli2-formatter-default@0.0.3:
33123312
resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.3.tgz#5aecd6e576ad18801b76e58bbbaf0e916c583ab8"
33133313
integrity sha512-QEAJitT5eqX1SNboOD+SO/LNBpu4P4je8JlR02ug2cLQAqmIhh8IJnSK7AcaHBHhNADqdGydnPpQOpsNcEEqCw==
33143314

3315-
markdownlint-cli2@^0.5.0:
3316-
version "0.5.0"
3317-
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.5.0.tgz#4d2c3545d2ab4e8b1d38dcb81e207602061eba32"
3318-
integrity sha512-lUirs0NEuIOIwfWCjVqBBKB5VXD+OceyviHuyjwOUAj/DWm5Pf8iJ23nMo/0ySH6svQJ9ddC+Dsq/X5Hd+yvnA==
3315+
markdownlint-cli2@^0.5.1:
3316+
version "0.5.1"
3317+
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.5.1.tgz#b55b89301f422231a0fc6265794b28cf4da95a82"
3318+
integrity sha512-f3Nb1GF/c8YSrV/FntsCWzpa5mLFJRlO+wzEgv+lkNQjU6MZflUwc2FbyEDPTo6oVhP2VyUOkK0GkFgfuktl1w==
33193319
dependencies:
33203320
globby "13.1.2"
3321-
markdownlint "0.26.1"
3321+
markdownlint "0.26.2"
33223322
markdownlint-cli2-formatter-default "0.0.3"
33233323
micromatch "4.0.5"
33243324
strip-json-comments "5.0.0"
33253325
yaml "2.1.1"
33263326

3327-
markdownlint@0.26.1:
3328-
version "0.26.1"
3329-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.1.tgz#0f6ea2d0fc08c4f41c6e001b467736405327a392"
3330-
integrity sha512-8sLz1ktz5s4E0IDum2H9aiWLQU7RA5Eket9HUW5IRwfFnW2RD2ZyqYePW+z71tMc7lrFZc1+yPmlN9lirbJnlg==
3327+
markdownlint@0.26.2:
3328+
version "0.26.2"
3329+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.2.tgz#11d3d03e7f0dd3c2e239753ee8fd064a861d9237"
3330+
integrity sha512-2Am42YX2Ex5SQhRq35HxYWDfz1NLEOZWWN25nqd2h3AHRKsGRE+Qg1gt1++exW792eXTrR4jCNHfShfWk9Nz8w==
33313331
dependencies:
33323332
markdown-it "13.0.1"
33333333

0 commit comments

Comments
 (0)