diff --git a/package-lock.json b/package-lock.json index 0afbb4c..08dae38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "nextjs-contentful-minimal-starter", "version": "0.1.0", "dependencies": { - "markdown-to-jsx": "^7.4.7", + "markdown-to-jsx": "^9.0.0", "next": "15.5.6", "react": "^18.3.1", "react-dom": "^18.3.1" @@ -9251,18 +9251,29 @@ } }, "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": "9.3.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.3.0.tgz", + "integrity": "sha512-IlO9RkgpuCsd41eYLOW03qyh2zhSry7W3IPZNsAstgyd8KtmmW+D98JGyTPcJFQohTu4UVVqtiyg6sjLY4NDOQ==", "engines": { - "node": ">= 10" + "node": ">= 18" }, "peerDependencies": { - "react": ">= 0.14.0" + "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 } } }, @@ -19026,9 +19037,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": "9.3.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.3.0.tgz", + "integrity": "sha512-IlO9RkgpuCsd41eYLOW03qyh2zhSry7W3IPZNsAstgyd8KtmmW+D98JGyTPcJFQohTu4UVVqtiyg6sjLY4NDOQ==", "requires": {} }, "math-intrinsics": { diff --git a/package.json b/package.json index 3a95d9e..a3e3c74 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "import": "node ./contentful/import.js" }, "dependencies": { - "markdown-to-jsx": "^7.4.7", + "markdown-to-jsx": "^9.0.0", "next": "15.5.6", "react": "^18.3.1", "react-dom": "^18.3.1"