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"