diff --git a/package-lock.json b/package-lock.json index 871f95b..e588a3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "framer-motion": "^12.6.2", "input-otp": "^1.4.2", "lucide-react": "^0.484.0", - "marked": "^16.4.1", + "marked": "^16.4.2", "next-themes": "^0.4.6", "octokit": "^4.1.2", "react": "^19.0.0", @@ -6887,9 +6887,9 @@ } }, "node_modules/marked": { - "version": "16.4.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", - "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==", + "version": "16.4.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.2.tgz", + "integrity": "sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 8efb1f0..950295e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "framer-motion": "^12.6.2", "input-otp": "^1.4.2", "lucide-react": "^0.484.0", - "marked": "^16.4.1", + "marked": "^16.4.2", "next-themes": "^0.4.6", "octokit": "^4.1.2", "react": "^19.0.0",