diff --git a/package-lock.json b/package-lock.json index f829ba0..3d9a529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "highlight.js": "^11.10.0", "isomorphic-dompurify": "^2.16.0", "jose": "^5.9.4", - "marked": "^14.1.2", + "marked": "^14.1.3", "marked-highlight": "^2.1.4", "next": "^14.2.15", "postgres": "^3.4.4", @@ -14975,10 +14975,9 @@ } }, "node_modules/marked": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.2.tgz", - "integrity": "sha512-f3r0yqpz31VXiDB/wj9GaOB0a2PRLQl6vJmXiFrniNwjkKdvakqJRULhjFKJpxOchlCRiG5fcacoUZY5Xa6PEQ==", - "license": "MIT", + "version": "14.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", + "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 7af95aa..20c08c1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "highlight.js": "^11.10.0", "isomorphic-dompurify": "^2.16.0", "jose": "^5.9.4", - "marked": "^14.1.2", + "marked": "^14.1.3", "marked-highlight": "^2.1.4", "next": "^14.2.15", "postgres": "^3.4.4",