tools: update remark-lint to v6.0.3 from v6.0.2

PR-URL: https://github.com/nodejs/node/pull/24333
Refs: https://github.com/remarkjs/remark-lint/releases/tag/6.0.3
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
Daijiro Wachi 2018-11-13 17:50:06 +09:00 committed by Daniel Bevenius
parent eeed6d9858
commit 195b7c2880
2 changed files with 4 additions and 4 deletions

View File

@ -1961,9 +1961,9 @@
}
},
"remark-lint": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-6.0.2.tgz",
"integrity": "sha512-zrIx7InZLLOUYUViT6lSa8T80pDyl3Ywvliog+4hoc7LoiJZRV74ejq+RBZK70bg/p2dU/CV6ycedgypFFePPg==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/remark-lint/-/remark-lint-6.0.3.tgz",
"integrity": "sha512-PQkF5vQos3iCJ7kXcvGLG/06UoC4cL1h6JORludnClFQYKIeWi9Z6HHLTJl439Q95OLf6ywwOdaKIU5Vul/Thg==",
"requires": {
"remark-message-control": "^4.0.0"
}

View File

@ -11,7 +11,7 @@
"dependencies": {
"markdown-extensions": "^1.1.0",
"remark": "^10.0.0",
"remark-lint": "^6.0.2",
"remark-lint": "^6.0.3",
"remark-preset-lint-node": "^1.1.0",
"unified-args": "^6.0.0",
"unified-engine": "^5.1.0"