From 23c585bcf08ee530767cf8ae828c405f7f0783e5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 19:47:36 +0000 Subject: [PATCH] Bump remark-lint from 7.0.1 to 8.0.0 Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 7.0.1 to 8.0.0. - [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.1...8.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c03baeb..9f60161 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "remark": "^12.0.1", "remark-cli": "^8.0.1", - "remark-lint": "^7.0.1", + "remark-lint": "^8.0.0", "remark-lint-code-block-style": "^2.0.1", "remark-lint-no-empty-url": "^2.0.1", "remark-lint-no-html": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 134743d..304db60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -980,13 +980,20 @@ remark-lint-table-cell-padding@^2.0.0: unist-util-position "^3.0.0" unist-util-visit "^2.0.0" -remark-lint@^7.0.0, remark-lint@^7.0.1: +remark-lint@^7.0.0: version "7.0.1" resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-7.0.1.tgz#665a5cbea9f7c95e64593f69bb6816ee8343ffdf" integrity sha512-caZXo3qhuBxzvq9JSJFVQ/ERDq/6TJVgWn0KDwKOIJCGOuLXfQhby5XttUq+Rn7kLbNMtvwfWHJlte14LpaeXQ== dependencies: remark-message-control "^6.0.0" +remark-lint@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-8.0.0.tgz#6e40894f4a39eaea31fc4dd45abfaba948bf9a09" + integrity sha512-ESI8qJQ/TIRjABDnqoFsTiZntu+FRifZ5fJ77yX63eIDijl/arvmDvT+tAf75/Nm5BFL4R2JFUtkHRGVjzYUsg== + dependencies: + remark-message-control "^6.0.0" + remark-message-control@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-6.0.0.tgz#955b054b38c197c9f2e35b1d88a4912949db7fc5"