From 8bba3886a813eaa6975951e6b7d1c3ae3f3e8e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:23:21 +0000 Subject: [PATCH] build(deps): bump hastscript from 7.2.0 to 8.0.0 Bumps [hastscript](https://github.com/syntax-tree/hastscript) from 7.2.0 to 8.0.0. - [Release notes](https://github.com/syntax-tree/hastscript/releases) - [Commits](https://github.com/syntax-tree/hastscript/compare/7.2.0...8.0.0) --- updated-dependencies: - dependency-name: hastscript 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 80f8194..42705db 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "hast-util-to-html": "^8.0.4", "hast-util-to-mdast": "^8.4.1", "hast-util-to-text": "^3.1.2", - "hastscript": "^7.2.0", + "hastscript": "^8.0.0", "html-docx-js-typescript": "^0.1.5", "katex": "^0.16.8", "rehype-format": "^4.0.1",