diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 1c15a0d9b..19af9f5b1 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -68,7 +68,7 @@ "date-fns": "^4.1.0", "dotenv-cli": "^11.0.0", "formik": "^2.4.9", - "markdown-to-jsx": "9.7.0", + "markdown-to-jsx": "9.7.13", "next": "16.1.6", "next-auth": "^5.0.0-beta.30", "next-compose-plugins": "^2.2.1", diff --git a/package-lock.json b/package-lock.json index af64994cf..4f332e446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -667,7 +667,7 @@ "date-fns": "^4.1.0", "dotenv-cli": "^11.0.0", "formik": "^2.4.9", - "markdown-to-jsx": "9.7.0", + "markdown-to-jsx": "9.7.13", "next": "16.1.6", "next-auth": "^5.0.0-beta.30", "next-compose-plugins": "^2.2.1", @@ -747,34 +747,6 @@ "undici-types": "~7.16.0" } }, - "apps/frontend/node_modules/markdown-to-jsx": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.7.0.tgz", - "integrity": "sha512-mo8Bbdyc1yJs7yIPDFJi6IIzVfG1nzKRslNnx9HdOhQNa6xQumVohAD1u/CdxYIC5vHR4YFDrbjE8lICVIQIUg==", - "license": "MIT", - "engines": { - "node": ">= 18" - }, - "peerDependencies": { - "react": ">= 16.0.0", - "solid-js": ">=1.0.0", - "vue": ">=3.0.0" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-native": { - "optional": true - }, - "solid-js": { - "optional": true - }, - "vue": { - "optional": true - } - } - }, "node_modules/@adobe/css-tools": { "version": "4.4.4", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz", @@ -35767,6 +35739,34 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/markdown-to-jsx": { + "version": "9.7.13", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.7.13.tgz", + "integrity": "sha512-twSoD1A2RMx+wyYTNvHvf4JTzEr4SfkgycoSRwjbezejKhqdIXHrHaA3uEm24ET/ZLWrwSzOyWahmVULC+tTbw==", + "license": "MIT", + "engines": { + "node": ">= 18" + }, + "peerDependencies": { + "react": ">= 16.0.0", + "solid-js": ">=1.0.0", + "vue": ">=3.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-native": { + "optional": true + }, + "solid-js": { + "optional": true + }, + "vue": { + "optional": true + } + } + }, "node_modules/marked": { "version": "16.4.0", "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.0.tgz", @@ -55605,7 +55605,7 @@ "input-format": "^0.3.14", "libphonenumber-js": "^1.12.38", "lucide-react": "^0.575.0", - "markdown-to-jsx": "9.7.0", + "markdown-to-jsx": "9.7.13", "mitt": "^3.0.1", "next": "^16.1.6", "next-intl": "^4.8.3", @@ -55658,34 +55658,6 @@ "undici-types": "~7.16.0" } }, - "packages/ui/node_modules/markdown-to-jsx": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.7.0.tgz", - "integrity": "sha512-mo8Bbdyc1yJs7yIPDFJi6IIzVfG1nzKRslNnx9HdOhQNa6xQumVohAD1u/CdxYIC5vHR4YFDrbjE8lICVIQIUg==", - "license": "MIT", - "engines": { - "node": ">= 18" - }, - "peerDependencies": { - "react": ">= 16.0.0", - "solid-js": ">=1.0.0", - "vue": ">=3.0.0" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-native": { - "optional": true - }, - "solid-js": { - "optional": true - }, - "vue": { - "optional": true - } - } - }, "packages/utils/api-harmonization": { "name": "@o2s/utils.api-harmonization", "version": "0.3.3", diff --git a/packages/ui/package.json b/packages/ui/package.json index c7c566f52..1f35f7931 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -81,7 +81,7 @@ "input-format": "^0.3.14", "libphonenumber-js": "^1.12.38", "lucide-react": "^0.575.0", - "markdown-to-jsx": "9.7.0", + "markdown-to-jsx": "9.7.13", "next": "^16.1.6", "next-intl": "^4.8.3", "mitt": "^3.0.1",