From 83a02693523ebf49f218ab57517b60f1d5bfab25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:22:21 +0000 Subject: [PATCH] build(deps): bump markdownlint-cli2 from 0.9.0 to 0.9.2 Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.9.0 to 0.9.2. - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.9.0...v0.9.2) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-type: direct:production 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 963d844c8f2dad..565c7011ce89c6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "husky": "8.0.3", "lint-staged": "14.0.1", "markdown-it": "^13.0.1", - "markdownlint-cli2": "0.9.0", + "markdownlint-cli2": "0.9.2", "markdownlint-rule-search-replace": "1.2.0", "ora": "^7.0.1", "prettier": "3.0.2", diff --git a/yarn.lock b/yarn.lock index 90c260f663deda..7951f4cafa03f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -495,10 +495,10 @@ markdownlint-cli2-formatter-default@0.0.4: resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.4.tgz#81e26b0a50409c0357c6f0d38d8246946b236fab" integrity sha512-xm2rM0E+sWgjpPn1EesPXx5hIyrN2ddUnUwnbCsD/ONxYtw3PX6LydvdH6dciWAoFDpwzbHM1TO7uHfcMd6IYg== -markdownlint-cli2@0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.9.0.tgz#841896e8894fdde5f6234afed39f71976b535d66" - integrity sha512-BS4iLajH0ZdM3CmKAesA2rKLASctj5VC8EFxvgC2T2tUnivmOsHvBZB8xOqn1ByADL2cJHF0WQUF6VL4CYtEIw== +markdownlint-cli2@0.9.2: + version "0.9.2" + resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.9.2.tgz#ed714905e0e4ce583e5c3d95134ba1e2d0287552" + integrity sha512-ndijEHIOikcs29W8068exHXlfkFviGFT/mPhREia7zSfQzHvTDkL2s+tWizvELjLHiKRO4KGTkkJyR3oeR8A5g== dependencies: globby "13.2.2" markdownlint "0.30.0"