From 2615003f3f660467bc05483007f271dcb37e80e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:44:27 +0000 Subject: [PATCH] chore(deps): bump remark-gfm from 3.0.1 to 4.0.1 in /frontend Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/remarkjs/remark-gfm/releases) - [Commits](https://github.com/remarkjs/remark-gfm/compare/3.0.1...4.0.1) --- updated-dependencies: - dependency-name: remark-gfm dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 87585c5d5..20b305f12 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -57,7 +57,7 @@ "recharts": "^2.15.0", "rehype-katex": "^6.0.3", "rehype-raw": "^7.0.0", - "remark-gfm": "^3.0.1", + "remark-gfm": "^4.0.1", "remark-math": "^5.1.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0",