From 529c11e43ac5b7ade060f6e482594b31c20b862c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 09:25:02 +0300 Subject: [PATCH] Bump remark from 11.0.0 to 11.0.1 (#93) Bumps [remark](https://github.com/remarkjs/remark) from 11.0.0 to 11.0.1. - [Release notes](https://github.com/remarkjs/remark/releases) - [Changelog](https://github.com/remarkjs/remark/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark/compare/11.0.0...11.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ab801ff..88fc671 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/sobolevn/awesome-cryptography#readme", "dependencies": { - "remark": "^11.0.0", + "remark": "^11.0.1", "remark-cli": "^6.0.1", "remark-lint": "^6.0.5", "remark-lint-alphabetize-lists": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index ae85a0b..c9c06a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1419,9 +1419,9 @@ remark@^10.0.0: remark-stringify "^6.0.0" unified "^7.0.0" -remark@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/remark/-/remark-11.0.0.tgz#60abd37f3084d3a1071a56207216806c495dcca1" +remark@^11.0.1: + version "11.0.1" + resolved "https://registry.yarnpkg.com/remark/-/remark-11.0.1.tgz#3c16e1ed84c78a661299991bb8d5fa7ee5d18e3c" dependencies: remark-parse "^7.0.0" remark-stringify "^7.0.0"