From 488c659a39312549358e271c7df7ce4df06d00f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:19:43 +0000 Subject: [PATCH] chore(deps): bump remark-directive from 3.0.1 to 4.0.0 Bumps [remark-directive](https://github.com/remarkjs/remark-directive) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/remarkjs/remark-directive/releases) - [Commits](https://github.com/remarkjs/remark-directive/compare/3.0.1...4.0.0) --- updated-dependencies: - dependency-name: remark-directive 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 18a0e42..d23f40f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "rehype-autolink-headings": "^7.1.0", "rehype-external-links": "^3.0.0", "rehype-unwrap-images": "^1.0.0", - "remark-directive": "^3.0.1", + "remark-directive": "^4.0.0", "sanitize-html": "^2.14.0", "satori": "0.12.1", "satori-html": "^0.3.2",