diff --git a/package-lock.json b/package-lock.json index 539d667..08343c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "lodash-es": "^4.17.21", - "markdown-it": "15.0.1" + "markdown-it": "15.0.2" }, "devDependencies": { "eslint": "^10.8.0", @@ -4149,9 +4149,9 @@ } }, "node_modules/markdown-it": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.1.tgz", - "integrity": "sha512-9/7gE95FNPkfUWrjJIoHZza2iLmuJlPD0UNMxPi7bxUrbCR525YZY0r+zyfes0dZI5ZZ/uNIXUJca0pJvtw41g==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.2.tgz", + "integrity": "sha512-q4IGxMv56jCqT4OCRCADBoDP3LO4MhmTXjFbphHPXs4g3j9Xg5RDnxqN8IF/3vIWEU+VCnUq+7JUg/cfy2E6Qw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 75732ad..0ce0b21 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "lodash-es": "^4.17.21", - "markdown-it": "15.0.1" + "markdown-it": "15.0.2" }, "devDependencies": { "eslint": "^10.8.0",