From 06c4d9a9ebd1c3e952b81af4a68535d7eea67247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 10:54:36 +0300 Subject: [PATCH] Bump remark from 14.0.2 to 14.0.3 (#184) Bumps [remark](https://github.com/remarkjs/remark) from 14.0.2 to 14.0.3. - [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/14.0.2...14.0.3) --- updated-dependencies: - dependency-name: remark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 8fb6382..7e5010f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/sobolevn/awesome-cryptography#readme", "dependencies": { - "remark": "^14.0.2", + "remark": "^14.0.3", "remark-cli": "^11.0.0", "remark-lint": "^9.1.1", "remark-lint-alphabetize-lists": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 52bd9b4..0510eae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1000,9 +1000,9 @@ remark-stringify@^10.0.0: mdast-util-to-markdown "^1.0.0" unified "^10.0.0" -remark@^14.0.0, remark@^14.0.2: - version "14.0.2" - resolved "https://registry.yarnpkg.com/remark/-/remark-14.0.2.tgz#4a1833f7441a5c29e44b37bb1843fb820797b40f" +remark@^14.0.0, remark@^14.0.3: + version "14.0.3" + resolved "https://registry.yarnpkg.com/remark/-/remark-14.0.3.tgz#e477886a7579df612908f387c7753dc93cdaa3fc" dependencies: "@types/mdast" "^3.0.0" remark-parse "^10.0.0"