diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 17712b801..7b65ef25c 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -60,7 +60,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.6", "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 85d5f15f5..65de4dede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -645,7 +645,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.6", "next": "16.1.6", "next-auth": "^5.0.0-beta.30", "next-compose-plugins": "^2.2.1", @@ -693,34 +693,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", @@ -35568,6 +35540,34 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/markdown-to-jsx": { + "version": "9.7.6", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.7.6.tgz", + "integrity": "sha512-oPckbBhWv/d2HmYzSv68g2UBTONmrFYlqUd+juolxTplJImhDEKFgAEcnxSTeZ1HISKzKxm+mVeUYP7OUhglJQ==", + "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", @@ -52398,7 +52398,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.6", "react-day-picker": "^9.14.0", "react-indiana-drag-scroll": "^2.2.1", "recharts": "^3.7.0", @@ -52443,34 +52443,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.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index ae63023e5..f685c05f6 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -74,7 +74,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.6", "react-day-picker": "^9.14.0", "react-indiana-drag-scroll": "^2.2.1", "recharts": "^3.7.0",