From 598f1fd6ceb96a77ee5dd085f32efff32a230c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:48:01 +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 88e987ea..83f612d2 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.0", "remark-parse": "11.0.0", - "remark-rehype": "11.1.0", + "remark-rehype": "11.1.1", "ts-pattern": "5.4.0", "unified": "11.0.5" },