Bump remark-lint from 6.0.5 to 6.0.6 (#12513)

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

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-03-25 13:42:17 +01:00 committed by GitHub
parent bc629df406
commit e825379670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -1420,9 +1420,9 @@
} }
}, },
"mdast-comment-marker": { "mdast-comment-marker": {
"version": "1.1.1", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/mdast-comment-marker/-/mdast-comment-marker-1.1.1.tgz", "resolved": "https://registry.npmjs.org/mdast-comment-marker/-/mdast-comment-marker-1.1.2.tgz",
"integrity": "sha512-TWZDaUtPLwKX1pzDIY48MkSUQRDwX/HqbTB4m3iYdL/zosi/Z6Xqfdv0C0hNVKvzrPjZENrpWDt4p4odeVO0Iw==", "integrity": "sha512-vTFXtmbbF3rgnTh3Zl3irso4LtvwUq/jaDvT2D1JqTGAwaipcS7RpTxzi6KjoRqI9n2yuAhzLDAC8xVTF3XYVQ==",
"dev": true "dev": true
}, },
"mdast-util-compact": { "mdast-util-compact": {
@ -1865,9 +1865,9 @@
} }
}, },
"remark-lint": { "remark-lint": {
"version": "6.0.5", "version": "6.0.6",
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-6.0.5.tgz", "resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-6.0.6.tgz",
"integrity": "sha512-o1I3ddm+KNsTxk60wWGI+p2yU1jB1gcm8jo2Sy6VhJ4ab2TrQIp1oQbp5xeLoFXYSh/NAqCpKjHkCM/BYpkFdQ==", "integrity": "sha512-JBY6zz5fYQFN724Vq6VeiHwhyjVIlrww/dE1+hWGcDyUuz7YNCqwZKwBdQGDvslICkzHw/wEExNEb8D4PNiLlA==",
"dev": true, "dev": true,
"requires": { "requires": {
"remark-message-control": "^4.0.0" "remark-message-control": "^4.0.0"

View File

@ -6,7 +6,7 @@
"devDependencies": { "devDependencies": {
"remark-cli": "^7.0.1", "remark-cli": "^7.0.1",
"remark-frontmatter": "^1.3.3", "remark-frontmatter": "^1.3.3",
"remark-lint": "^6.0.5", "remark-lint": "^6.0.6",
"remark-lint-fenced-code-flag": "^1.0.3", "remark-lint-fenced-code-flag": "^1.0.3",
"remark-lint-no-shell-dollars": "^1.0.3", "remark-lint-no-shell-dollars": "^1.0.3",
"remark-stringify": "^7.0.4", "remark-stringify": "^7.0.4",