From 5c11c533bb84cdc18ba0fe37c023992bd581d595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:34:40 +0000 Subject: [PATCH] build(deps): bump rehype-parse from 8.0.5 to 9.0.0 Bumps [rehype-parse](https://github.com/rehypejs/rehype) from 8.0.5 to 9.0.0. - [Release notes](https://github.com/rehypejs/rehype/releases) - [Changelog](https://github.com/rehypejs/rehype/blob/main/changelog.md) - [Commits](https://github.com/rehypejs/rehype/compare/rehype-parse@8.0.5...rehype-parse@9.0.0) --- updated-dependencies: - dependency-name: rehype-parse 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 c79ae93..a85941c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "html-docx-js-typescript": "^0.1.5", "katex": "^0.16.8", "rehype-format": "^4.0.1", - "rehype-parse": "^8.0.4", + "rehype-parse": "^9.0.0", "rehype-remark": "^9.1.2", "rehype-stringify": "^9.0.3", "remark-gfm": "^3.0.1",