From 489a9ff8332fb451f0fc8cf75c1d902bd8c04f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:46:21 +0000 Subject: [PATCH] build(deps): bump hast-util-to-text from 3.1.2 to 4.0.0 Bumps [hast-util-to-text](https://github.com/syntax-tree/hast-util-to-text) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/syntax-tree/hast-util-to-text/releases) - [Commits](https://github.com/syntax-tree/hast-util-to-text/compare/3.1.2...4.0.0) --- updated-dependencies: - dependency-name: hast-util-to-text dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e977914..65dd356 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "diff": "^5.1.0", "hast-util-to-html": "^9.0.0", "hast-util-to-mdast": "^8.4.1", - "hast-util-to-text": "^3.1.2", + "hast-util-to-text": "^4.0.0", "hastscript": "^8.0.0", "html-docx-js-typescript": "^0.1.5", "katex": "^0.16.8",