From 6d37a746081005a229e54b3a51fd08b27d58d1c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 May 2019 01:17:38 +0000 Subject: [PATCH] chore(deps): update dependency remark-lint-no-trailing-spaces to v2.0.1 --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 2e2fe5db..28e1b1ae 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9643,9 +9643,9 @@ } }, "remark-lint-no-trailing-spaces": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.0.tgz", - "integrity": "sha512-UVb0xAFO5lsa/kRNC/qHOz7GuF91TjW7hk+m8hUircj1Nh53BP9rH24DJ/NVPF1Ve+u5k+pfOTJPqJcvD0zgUw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.1.tgz", + "integrity": "sha512-cj8t+nvtO6eAY2lJC7o5du8VeOCK13XiDUHL4U6k5aw6ZLr3EYWbQ/rNc6cr60eHkh5Ldm09KiZjV3CWpxqJ0g==", "dev": true, "requires": { "unified-lint-rule": "^1.0.2" diff --git a/docs/package.json b/docs/package.json index 1fbced39..cabfdda7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -58,7 +58,7 @@ "pug": "2.0.3", "remark-cli": "5.0.0", "remark-frontmatter": "1.3.1", - "remark-lint-no-trailing-spaces": "2.0.0", + "remark-lint-no-trailing-spaces": "2.0.1", "remark-preset-lint-consistent": "2.0.2", "remark-preset-lint-markdown-style-guide": "2.1.2", "remark-preset-lint-recommended": "3.0.2", diff --git a/docs/yarn.lock b/docs/yarn.lock index ff4896ef..41b02327 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -7123,10 +7123,10 @@ remark-lint-no-table-indentation@^1.0.0: unist-util-position "^3.0.0" unist-util-visit "^1.1.1" -remark-lint-no-trailing-spaces@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.0.tgz#0bd8904f7377e64e0228573124dfef32776ae565" - integrity sha512-UVb0xAFO5lsa/kRNC/qHOz7GuF91TjW7hk+m8hUircj1Nh53BP9rH24DJ/NVPF1Ve+u5k+pfOTJPqJcvD0zgUw== +remark-lint-no-trailing-spaces@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.1.tgz#70e5b1a9487c8f013a2c3ada29b17dd4be280844" + integrity sha512-cj8t+nvtO6eAY2lJC7o5du8VeOCK13XiDUHL4U6k5aw6ZLr3EYWbQ/rNc6cr60eHkh5Ldm09KiZjV3CWpxqJ0g== dependencies: unified-lint-rule "^1.0.2"