From 5ec9d9ff18ca0cb445bffa8664f0a0acae254453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:49:42 +0000 Subject: [PATCH] :arrow_upper_right: [patch](deps): bump remark-rehype Bumps [remark-rehype](https://github.com/remarkjs/remark-rehype) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/remarkjs/remark-rehype/releases) - [Commits](https://github.com/remarkjs/remark-rehype/compare/11.1.0...11.1.1) --- updated-dependencies: - dependency-name: remark-rehype dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/~/infra/crisp/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/~/infra/crisp/ui/package.json b/packages/~/infra/crisp/ui/package.json index f894e7ba..4df2de1f 100644 --- a/packages/~/infra/crisp/ui/package.json +++ b/packages/~/infra/crisp/ui/package.json @@ -19,7 +19,7 @@ "rehype-sanitize": "6.0.0", "rehype-stringify": "10.0.1", "remark-parse": "11.0.0", - "remark-rehype": "11.1.0", + "remark-rehype": "11.1.1", "ts-pattern": "5.4.0", "unified": "11.0.5" },