From 50b805d6605d8d0444a5d926f4725cc24dc73d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:24:19 +0000 Subject: [PATCH] chore(deps): bump remark-parse from 10.0.2 to 11.0.0 Bumps [remark-parse](https://github.com/remarkjs/remark) from 10.0.2 to 11.0.0. - [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-parse@10.0.2...remark-parse@11.0.0) --- updated-dependencies: - dependency-name: remark-parse dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b77a9d83006f..e75abf5851d2 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "rehype-sanitize": "^6.0.0", "rehype-stringify": "^9.0.4", "remark-gfm": "^3.0.1", - "remark-parse": "^10.0.2", + "remark-parse": "^11.0.0", "remark-rehype": "^10.1.0", "sanitize-filename": "^1.6.3", "send": "^0.18.0", diff --git a/yarn.lock b/yarn.lock index bac640912357..345d3e398f81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13166,7 +13166,7 @@ remark-gfm@^3.0.1: micromark-extension-gfm "^2.0.0" unified "^10.0.0" -remark-parse@^10.0.0, remark-parse@^10.0.2: +remark-parse@^10.0.0: version "10.0.2" resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-10.0.2.tgz#ca241fde8751c2158933f031a4e3efbaeb8bc262" integrity sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw== @@ -13175,6 +13175,16 @@ remark-parse@^10.0.0, remark-parse@^10.0.2: mdast-util-from-markdown "^1.0.0" unified "^10.0.0" +remark-parse@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-11.0.0.tgz#aa60743fcb37ebf6b069204eb4da304e40db45a1" + integrity sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA== + dependencies: + "@types/mdast" "^4.0.0" + mdast-util-from-markdown "^2.0.0" + micromark-util-types "^2.0.0" + unified "^11.0.0" + remark-prettier@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/remark-prettier/-/remark-prettier-2.0.0.tgz#710da46180cffdd928a543373208dd381ee5df8c" @@ -15240,6 +15250,19 @@ unified@^10.0.0, unified@^10.1.2: trough "^2.0.0" vfile "^5.0.0" +unified@^11.0.0: + version "11.0.4" + resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.4.tgz#f4be0ac0fe4c88cb873687c07c64c49ed5969015" + integrity sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ== + dependencies: + "@types/unist" "^3.0.0" + bail "^2.0.0" + devlop "^1.0.0" + extend "^3.0.0" + is-plain-obj "^4.0.0" + trough "^2.0.0" + vfile "^6.0.0" + unique-string@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d"