From e8e93df1489df589720d2792c8d1515606cb3242 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Tue, 13 Nov 2018 17:50:06 +0900 Subject: [PATCH] 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 Reviewed-By: Daniel Bevenius --- tools/node-lint-md-cli-rollup/package-lock.json | 6 +++--- tools/node-lint-md-cli-rollup/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/node-lint-md-cli-rollup/package-lock.json b/tools/node-lint-md-cli-rollup/package-lock.json index fb2dcaa492829b..f49f22797d2b8c 100644 --- a/tools/node-lint-md-cli-rollup/package-lock.json +++ b/tools/node-lint-md-cli-rollup/package-lock.json @@ -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" } diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json index 128ba8b0d2ef90..3fec3f64e72de4 100644 --- a/tools/node-lint-md-cli-rollup/package.json +++ b/tools/node-lint-md-cli-rollup/package.json @@ -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"