From ac0244fb5eea266d7e39f31f9c668484ff0bec7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 09:01:52 +0000 Subject: [PATCH] Bump remark-cli from 7.0.1 to 9.0.0 Bumps [remark-cli](https://github.com/remarkjs/remark) from 7.0.1 to 9.0.0. - [Release notes](https://github.com/remarkjs/remark/releases) - [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/remark/compare/remark-cli@7.0.1...remark-cli@9.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9346002..3c74c6f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-import": "^2.20.0", "mocha": "^7.0.1", "nyc": "^15.0.0", - "remark-cli": "^7.0.1", + "remark-cli": "^9.0.0", "remark-preset-lint-markdown-style-guide": "^2.1.3", "sinon": "^9.0.0", "ts-node": "^8.6.2",