Skip to content

Commit c39342d

Browse files
chore: bump markdownlint from 0.28.0 to 0.28.1 (coder#1251)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Changelog](https://github.com/DavidAnson/markdownlint/blob/main/CHANGELOG.md) - [Commits](DavidAnson/markdownlint@v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: markdownlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2048101 commit c39342d

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
@@ -47,6 +47,6 @@
4747
]
4848
},
4949
"dependencies": {
50-
"markdownlint": "^0.28.0"
50+
"markdownlint": "^0.28.1"
5151
}
5252
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,10 @@ markdownlint-micromark@0.1.2:
619619
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.2.tgz#5520e04febffa46741875a2f297509ffdb561f5c"
620620
integrity sha512-jRxlQg8KpOfM2IbCL9RXM8ZiYWz2rv6DlZAnGv8ASJQpUh6byTBnEsbuMZ6T2/uIgntyf7SKg/mEaEBo1164fQ==
621621

622-
markdownlint@^0.28.0:
623-
version "0.28.0"
624-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.28.0.tgz#23234130bfb88c9ed0eaa65fcc3bebad80dd8d84"
625-
integrity sha512-7Gt/SzjE5420Dr93wZgTLlgfcWj5vxAWJtvN7bBfN35ytQwsVDEW46L+NswzeCVhZSFdWRgLdEwQo3lMavUjvQ==
622+
markdownlint@^0.28.1:
623+
version "0.28.1"
624+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.28.1.tgz#7978f7e4393edbe08527417d44ffdc2ab865a61f"
625+
integrity sha512-8At2DbgGKT/RVBinkqIPqLETopPXyQFGWSiTCJSr9Y6wVVyY70cDJ9dw3FXePn4AkytIUclgrsgI6KVeqeHFoA==
626626
dependencies:
627627
markdown-it "13.0.1"
628628
markdownlint-micromark "0.1.2"

0 commit comments

Comments
 (0)