diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b9f2a321..7d38c424 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "formik-wizard-form": "2.1.0", "i18next": "24.0.2", "lodash": "4.17.21", - "markdown-to-jsx": "7.5.0", + "markdown-to-jsx": "7.7.1", "next": "15.0.3", "next-i18next": "15.3.1", "next-seo": "6.6.0", @@ -11061,10 +11061,9 @@ "dev": true }, "node_modules/markdown-to-jsx": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.5.0.tgz", - "integrity": "sha512-RrBNcMHiFPcz/iqIj0n3wclzHXjwS7mzjBNWecKKVhNTIxQepIix6Il/wZCn2Cg5Y1ow2Qi84+eJrryFRWBEWw==", - "license": "MIT", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.1.tgz", + "integrity": "sha512-BjLkHb+fWCAH9gp7ndbgPrY+zeZlGFtCiQNTWk+PD+GKfLg9YsUPNonSsYXGw6nQ7eZqeR+i71X59PpWXlxc/w==", "engines": { "node": ">= 10" }, diff --git a/frontend/package.json b/frontend/package.json index 164afb9a..845034cf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "formik-wizard-form": "2.1.0", "i18next": "24.0.2", "lodash": "4.17.21", - "markdown-to-jsx": "7.5.0", + "markdown-to-jsx": "7.7.1", "next": "15.0.3", "next-i18next": "15.3.1", "next-seo": "6.6.0",