From 4986c9501284c97d435fa1f614c1370c78415b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:48:25 +0000 Subject: [PATCH] build(deps): bump hast-util-to-html from 8.0.4 to 9.0.0 Bumps [hast-util-to-html](https://github.com/syntax-tree/hast-util-to-html) from 8.0.4 to 9.0.0. - [Release notes](https://github.com/syntax-tree/hast-util-to-html/releases) - [Commits](https://github.com/syntax-tree/hast-util-to-html/compare/8.0.4...9.0.0) --- updated-dependencies: - dependency-name: hast-util-to-html 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 cfe3929..c599daf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "asciidoctor": "^3.0.2", "crypto-js": "^4.1.1", "diff": "^5.1.0", - "hast-util-to-html": "^8.0.4", + "hast-util-to-html": "^9.0.0", "hast-util-to-mdast": "^8.4.1", "hast-util-to-text": "^3.1.2", "hastscript": "^7.2.0",