From 92710cd6ad901503b44b76f2d4d5e1fdf4cc90b4 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:25:32 +0300 Subject: [PATCH] Bump remark from 12.0.0 to 12.0.1 (#119) Bumps [remark](https://github.com/remarkjs/remark) from 12.0.0 to 12.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/12.0.0...12.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 5adef4f..4308421 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/sobolevn/awesome-cryptography#readme", "dependencies": { - "remark": "^12.0.0", + "remark": "^12.0.1", "remark-cli": "^8.0.0", "remark-lint": "^7.0.1", "remark-lint-alphabetize-lists": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index a89e70b..f526905 100644 --- a/yarn.lock +++ b/yarn.lock @@ -831,9 +831,9 @@ remark-stringify@^8.0.0: unherit "^1.0.4" xtend "^4.0.1" -remark@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/remark/-/remark-12.0.0.tgz#d1c145c07341c9232f93b2f8539d56da15a2548c" +remark@^12.0.0, remark@^12.0.1: + version "12.0.1" + resolved "https://registry.yarnpkg.com/remark/-/remark-12.0.1.tgz#f1ddf68db7be71ca2bad0a33cd3678b86b9c709f" dependencies: remark-parse "^8.0.0" remark-stringify "^8.0.0"