Bump remark-lint from 9.0.0 to 9.0.1 (#18974)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-08-18 08:59:35 +02:00 committed by GitHub
parent 8ca2ae5ac0
commit ffad963a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3052,9 +3052,9 @@
}
},
"remark-lint": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-9.0.0.tgz",
"integrity": "sha512-ETO4zI48PR1Nz42YiyaYBzyhOiEfppXLnck7HW2pjKqxd36SIyQgM6sxD4ToMQI9KuCgy8mLAl/iVJoDLKxVjw==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-9.0.1.tgz",
"integrity": "sha512-q4VFsA7LEG4REJhR2P4A6CU9b4cCQL53845CX74Z4N/W0EgB9mm/GXpYzjbEqgkMPl5ctP8yp/vBYTNmjfUCtw==",
"dev": true,
"requires": {
"@types/mdast": "^3.0.0",

View File

@ -6,7 +6,7 @@
"devDependencies": {
"remark-cli": "^10.0.0",
"remark-frontmatter": "^4.0.0",
"remark-lint": "^9.0.0",
"remark-lint": "^9.0.1",
"remark-lint-fenced-code-flag": "^3.0.0",
"remark-lint-no-shell-dollars": "^3.0.0",
"remark-stringify": "^10.0.0",