Skip to content

Commit 94e3de9

Browse files
chore: bump markdownlint from 0.25.0 to 0.25.1 (#795)
Bumps [markdownlint](https://github.com/DavidAnson/markdownlint) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/DavidAnson/markdownlint/releases) - [Commits](DavidAnson/markdownlint@v0.25.0...v0.25.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 cbabe47 commit 94e3de9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
]
4343
},
4444
"dependencies": {
45-
"markdownlint": "^0.25.0"
45+
"markdownlint": "^0.25.1"
4646
}
4747
}

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -593,10 +593,10 @@ markdown-it@12.2.0:
593593
mdurl "^1.0.1"
594594
uc.micro "^1.0.5"
595595

596-
markdown-it@12.3.0:
597-
version "12.3.0"
598-
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.0.tgz#11490c61b412b8f41530319c005ecdcd4367171f"
599-
integrity sha512-T345UZZ6ejQWTjG6PSEHplzNy5m4kF6zvUpHVDv8Snl/pEU0OxIK0jGg8YLVNwJvT8E0YJC7/2UvssJDk/wQCQ==
596+
markdown-it@12.3.2:
597+
version "12.3.2"
598+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
599+
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
600600
dependencies:
601601
argparse "^2.0.1"
602602
entities "~2.1.0"
@@ -629,12 +629,12 @@ markdownlint-rule-helpers@~0.15.0:
629629
resolved "https://registry.yarnpkg.com/markdownlint-rule-helpers/-/markdownlint-rule-helpers-0.15.0.tgz#11434c573649b9235ae70b967314f5711f7d8fa8"
630630
integrity sha512-A+9mswc3m/kkqpJCqntmte/1VKhDJ+tjZsERLz5L4h/Qr7ht2/BkGkgY5E7/wsxIhcpl+ctIfz+oS3PQrMOB2w==
631631

632-
markdownlint@^0.25.0:
633-
version "0.25.0"
634-
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.25.0.tgz#a0f66c676f3360e76396dfb1c8a8b552dde619dc"
635-
integrity sha512-HtmitJLnzMyPbxy0tkEkzM6GP8it9tshI2XC+eUB+ZcdtWx5sokakQGEGOPVhra2CB/qRRuFEJ9Xl+X/BaB9QQ==
632+
markdownlint@^0.25.1:
633+
version "0.25.1"
634+
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.25.1.tgz#df04536607ebeeda5ccd5e4f38138823ed623788"
635+
integrity sha512-AG7UkLzNa1fxiOv5B+owPsPhtM4D6DoODhsJgiaNg1xowXovrYgOnLqAgOOFQpWOlHFVQUzjMY5ypNNTeov92g==
636636
dependencies:
637-
markdown-it "12.3.0"
637+
markdown-it "12.3.2"
638638

639639
markdownlint@~0.24.0:
640640
version "0.24.0"

0 commit comments

Comments
 (0)