From f4d3d3c9b00a8adc256b75bc0ddc982ad330bfe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:59:25 +0000 Subject: [PATCH] chore: bump markdownlint from 0.28.1 to 0.28.2 Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.28.1 to 0.28.2. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint/compare/v0.28.1...v0.28.2) --- updated-dependencies: - dependency-name: markdownlint 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 9f1d7950..b549e24d 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ ] }, "dependencies": { - "markdownlint": "^0.28.1" + "markdownlint": "^0.28.2" } } diff --git a/yarn.lock b/yarn.lock index 65d688fe..1cff9e98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -619,10 +619,10 @@ markdownlint-micromark@0.1.2: resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.2.tgz#5520e04febffa46741875a2f297509ffdb561f5c" integrity sha512-jRxlQg8KpOfM2IbCL9RXM8ZiYWz2rv6DlZAnGv8ASJQpUh6byTBnEsbuMZ6T2/uIgntyf7SKg/mEaEBo1164fQ== -markdownlint@^0.28.1: - version "0.28.1" - resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.28.1.tgz#7978f7e4393edbe08527417d44ffdc2ab865a61f" - integrity sha512-8At2DbgGKT/RVBinkqIPqLETopPXyQFGWSiTCJSr9Y6wVVyY70cDJ9dw3FXePn4AkytIUclgrsgI6KVeqeHFoA== +markdownlint@^0.28.2: + version "0.28.2" + resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.28.2.tgz#ea31586a02fe3a06403ecafbbe22d77e363c8ed5" + integrity sha512-yYaQXoKKPV1zgrFsyAuZPEQoe+JrY9GDag9ObKpk09twx4OCU5lut+0/kZPrQ3W7w82SmgKhd7D8m34aG1unVw== dependencies: markdown-it "13.0.1" markdownlint-micromark "0.1.2"