diff --git a/package-lock.json b/package-lock.json index d44879a..799a7d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dayjs": "^1.11.11", "front-matter": "^4.0.2", "glob": "^10.4.2", - "markdown-to-jsx": "^7.7.3", + "markdown-to-jsx": "^8.0.0", "marked": "^14.1.2", "next": "15.5.6", "react": "^19.1.0", @@ -5795,9 +5795,9 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.7.17", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.17.tgz", - "integrity": "sha512-7mG/1feQ0TX5I7YyMZVDgCC/y2I3CiEhIRQIhyov9nGBP5eoVrOXXHuL5ZP8GRfxVZKRiXWJgwXkb9It+nQZfQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-8.0.0.tgz", + "integrity": "sha512-hWEaRxeCDjes1CVUQqU+Ov0mCqBqkGhLKjL98KdbwHSgEWZZSJQeGlJQatVfeZ3RaxrfTrZZ3eczl2dhp5c/pA==", "engines": { "node": ">= 10" }, @@ -12853,9 +12853,9 @@ } }, "markdown-to-jsx": { - "version": "7.7.17", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.17.tgz", - "integrity": "sha512-7mG/1feQ0TX5I7YyMZVDgCC/y2I3CiEhIRQIhyov9nGBP5eoVrOXXHuL5ZP8GRfxVZKRiXWJgwXkb9It+nQZfQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-8.0.0.tgz", + "integrity": "sha512-hWEaRxeCDjes1CVUQqU+Ov0mCqBqkGhLKjL98KdbwHSgEWZZSJQeGlJQatVfeZ3RaxrfTrZZ3eczl2dhp5c/pA==", "requires": {} }, "marked": { diff --git a/package.json b/package.json index 9af7994..0a10f1f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dayjs": "^1.11.11", "front-matter": "^4.0.2", "glob": "^10.4.2", - "markdown-to-jsx": "^7.7.3", + "markdown-to-jsx": "^8.0.0", "marked": "^14.1.2", "next": "15.5.6", "react": "^19.1.0",