Skip to content

Commit bf9cba0

Browse files
build(deps-dev): bump markdownlint from 0.26.1 to 0.26.2 (#6325)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.26.1 to 0.26.2. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](DavidAnson/markdownlint@v0.26.1...v0.26.2) --- updated-dependencies: - dependency-name: markdownlint 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 7046bee commit bf9cba0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"jest": "^28.1.3",
106106
"lint-staged": "^13.0.3",
107107
"lodash": "^4.17.21",
108-
"markdownlint": "^0.26.1",
108+
"markdownlint": "^0.26.2",
109109
"markdownlint-cli": "^0.32.1",
110110
"mdast-util-to-string": "^3.1.0",
111111
"mini-css-extract-plugin": "^2.6.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7790,10 +7790,10 @@ markdownlint-rule-helpers@~0.17.1:
77907790
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.1.tgz#c7305a5f3b01b2f9e3a4d98e911f1d067abbda53"
77917791
integrity sha512-Djc5IjJt7VA5sZRisISsJC/rQXR7hr8JS9u6Q9/ce3mjPZdzw535cFGG0U6Mag+ldRTRmRwCcTfivOh57KUP4w==
77927792

7793-
markdownlint@^0.26.1, markdownlint@~0.26.1:
7794-
version "0.26.1"
7795-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.1.tgz#0f6ea2d0fc08c4f41c6e001b467736405327a392"
7796-
integrity sha512-8sLz1ktz5s4E0IDum2H9aiWLQU7RA5Eket9HUW5IRwfFnW2RD2ZyqYePW+z71tMc7lrFZc1+yPmlN9lirbJnlg==
7793+
markdownlint@^0.26.2, markdownlint@~0.26.1:
7794+
version "0.26.2"
7795+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.2.tgz#11d3d03e7f0dd3c2e239753ee8fd064a861d9237"
7796+
integrity sha512-2Am42YX2Ex5SQhRq35HxYWDfz1NLEOZWWN25nqd2h3AHRKsGRE+Qg1gt1++exW792eXTrR4jCNHfShfWk9Nz8w==
77977797
dependencies:
77987798
markdown-it "13.0.1"
77997799

0 commit comments

Comments
 (0)