From 0bf47a59ec0fa808155127bf73753495c83142a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2020 10:32:46 +0300 Subject: [PATCH] Bump remark-cli from 8.0.0 to 8.0.1 (#118) Bumps [remark-cli](https://github.com/remarkjs/remark) from 8.0.0 to 8.0.1. - [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@8.0.0...remark-cli@8.0.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4308421..53732b1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/sobolevn/awesome-cryptography#readme", "dependencies": { "remark": "^12.0.1", - "remark-cli": "^8.0.0", + "remark-cli": "^8.0.1", "remark-lint": "^7.0.1", "remark-lint-alphabetize-lists": "^3.0.0", "remark-lint-are-links-valid-duplicate": "^0.2.2", diff --git a/yarn.lock b/yarn.lock index 9f0a23d..2da5fce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -586,9 +586,9 @@ readdirp@~3.4.0: dependencies: picomatch "^2.2.1" -remark-cli@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-8.0.0.tgz#0cb405080d320de539656b181908b796c369f37d" +remark-cli@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/remark-cli/-/remark-cli-8.0.1.tgz#093e9f27c1d56a591f4c44c017de5749d4e79a08" dependencies: markdown-extensions "^1.1.0" remark "^12.0.0"