Bump remark-lint from 7.0.0 to 7.0.1 (#13887)

Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/compare/7.0.0...7.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-02 13:48:17 +02:00 committed by GitHub
parent 4c14bcefe7
commit 4767ee1768
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

@ -2107,9 +2107,9 @@
}
},
"remark-lint": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-7.0.0.tgz",
"integrity": "sha512-OLrWPYy0MUcGLa/2rjuy1kQILTRRK+JiRtyUzqe4XRoHboGuvFDcy/W2e7sq5hu/0xmD+Eh7cEa1Coiqp7LeaA==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-7.0.1.tgz",
"integrity": "sha512-caZXo3qhuBxzvq9JSJFVQ/ERDq/6TJVgWn0KDwKOIJCGOuLXfQhby5XttUq+Rn7kLbNMtvwfWHJlte14LpaeXQ==",
"dev": true,
"requires": {
"remark-message-control": "^6.0.0"

View File

@ -6,7 +6,7 @@
"devDependencies": {
"remark-cli": "^8.0.0",
"remark-frontmatter": "^2.0.0",
"remark-lint": "^7.0.0",
"remark-lint": "^7.0.1",
"remark-lint-fenced-code-flag": "^2.0.1",
"remark-lint-no-shell-dollars": "^2.0.1",
"remark-stringify": "^8.1.0",