From 669dd5dcc771e258be9ee8a90ed3a0f9c207ef5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 19:03:10 +0000 Subject: [PATCH] build(deps-dev): bump markdownlint from 0.26.1 to 0.26.2 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.26.1 to 0.26.2. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](https://github.com/DavidAnson/markdownlint/compare/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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 77b00dc98faa..466a1d9831bb 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "jest": "^28.1.3", "lint-staged": "^13.0.3", "lodash": "^4.17.21", - "markdownlint": "^0.26.1", + "markdownlint": "^0.26.2", "markdownlint-cli": "^0.32.1", "mdast-util-to-string": "^3.1.0", "mini-css-extract-plugin": "^2.6.1", diff --git a/yarn.lock b/yarn.lock index f7b0c1fefe12..ba759ed6ef6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7790,10 +7790,10 @@ markdownlint-rule-helpers@~0.17.1: resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.17.1.tgz#c7305a5f3b01b2f9e3a4d98e911f1d067abbda53" integrity sha512-Djc5IjJt7VA5sZRisISsJC/rQXR7hr8JS9u6Q9/ce3mjPZdzw535cFGG0U6Mag+ldRTRmRwCcTfivOh57KUP4w== -markdownlint@^0.26.1, markdownlint@~0.26.1: - version "0.26.1" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.1.tgz#0f6ea2d0fc08c4f41c6e001b467736405327a392" - integrity sha512-8sLz1ktz5s4E0IDum2H9aiWLQU7RA5Eket9HUW5IRwfFnW2RD2ZyqYePW+z71tMc7lrFZc1+yPmlN9lirbJnlg== +markdownlint@^0.26.2, markdownlint@~0.26.1: + version "0.26.2" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.26.2.tgz#11d3d03e7f0dd3c2e239753ee8fd064a861d9237" + integrity sha512-2Am42YX2Ex5SQhRq35HxYWDfz1NLEOZWWN25nqd2h3AHRKsGRE+Qg1gt1++exW792eXTrR4jCNHfShfWk9Nz8w== dependencies: markdown-it "13.0.1"