From 1a392026b411bc6aba641c30e877e5e81cd7facb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:02:29 +0100 Subject: [PATCH] fix(deps): update dependency mdast-util-to-markdown to v2.1.2 (#584) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0effe71e..ac8332c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "hast-util-select": "6.0.3", "hast-util-to-mdast": "10.1.0", "hast-util-to-string": "3.0.1", - "mdast-util-to-markdown": "2.1.1", + "mdast-util-to-markdown": "2.1.2", "rehype-parse": "9.0.1", "remark-gfm": "4.0.0", "remark-stringify": "11.0.0", @@ -10399,9 +10399,9 @@ } }, "node_modules/mdast-util-to-markdown": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.1.tgz", - "integrity": "sha512-OrkcCoqAkEg9b1ykXBrA0ehRc8H4fGU/03cACmW2xXzau1+dIdS+qJugh1Cqex3hMumSBgSE/5pc7uqP12nLAw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", + "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", diff --git a/package.json b/package.json index 93ed9590..8e5a8ed6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "hast-util-select": "6.0.3", "hast-util-to-mdast": "10.1.0", "hast-util-to-string": "3.0.1", - "mdast-util-to-markdown": "2.1.1", + "mdast-util-to-markdown": "2.1.2", "rehype-parse": "9.0.1", "remark-gfm": "4.0.0", "remark-stringify": "11.0.0",