Skip to content

Commit 8eaaf29

Browse files
Bump markdownlint-cli2 from 0.17.1 to 0.17.2
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.17.1 to 0.17.2. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint-cli2@v0.17.1...v0.17.2) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d5d9da commit 8eaaf29

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@prettier/plugin-xml": "^3.4.1",
77
"cspell": "^8.17.1",
8-
"markdownlint-cli2": "^0.17.1",
8+
"markdownlint-cli2": "^0.17.2",
99
"prettier": "^3.4.2",
1010
"prettier-plugin-ini": "^1.3.0",
1111
"prettier-plugin-sort-json": "^4.0.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -942,22 +942,22 @@ [email protected]:
942942
resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.5.tgz#b8fde4e127f9a9c0596e6d45eed352dd0aa0ff98"
943943
integrity sha512-4XKTwQ5m1+Txo2kuQ3Jgpo/KmnG+X90dWt4acufg6HVGadTUG5hzHF/wssp9b5MBYOMCnZ9RMPaU//uHsszF8Q==
944944

945-
markdownlint-cli2@^0.17.1:
946-
version "0.17.1"
947-
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.17.1.tgz#4455105fe5d75821597779f7a442ce5c5ce0fede"
948-
integrity sha512-n1Im9lhKJJE12/u2N0GWBwPqeb0HGdylN8XpSFg9hbj35+QalY9Vi6mxwUQdG6wlSrrIq9ZDQ0Q85AQG9V2WOg==
945+
markdownlint-cli2@^0.17.2:
946+
version "0.17.2"
947+
resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.17.2.tgz#8d3dc2637fae42cea01fe3bf218501cbf33a7cd5"
948+
integrity sha512-XH06ZOi8wCrtOSSj3p8y3yJzwgzYOSa7lglNyS3fP05JPRzRGyjauBb5UvlLUSCGysMmULS1moxdRHHudV+g/Q==
949949
dependencies:
950950
globby "14.0.2"
951951
js-yaml "4.1.0"
952952
jsonc-parser "3.3.1"
953-
markdownlint "0.37.3"
953+
markdownlint "0.37.4"
954954
markdownlint-cli2-formatter-default "0.0.5"
955955
micromatch "4.0.8"
956956

957-
958-
version "0.37.3"
959-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.37.3.tgz#061ac5462e97fedc7a96aaac5c132885e4161bfd"
960-
integrity sha512-eoQqH0291YCCjd+Pe1PUQ9AmWthlVmS0XWgcionkZ8q34ceZyRI+pYvsWksXJJL8OBkWCPwp1h/pnXxrPFC4oA==
957+
958+
version "0.37.4"
959+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.37.4.tgz#dd58c4a13b798d4702438e5f7fd587a219f753f6"
960+
integrity sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ==
961961
dependencies:
962962
markdown-it "14.1.0"
963963
micromark "4.0.1"

0 commit comments

Comments
 (0)