diff --git a/src/website/package-lock.json b/src/website/package-lock.json index 6db5d865..3c3eefa5 100644 --- a/src/website/package-lock.json +++ b/src/website/package-lock.json @@ -11,7 +11,7 @@ "@11ty/eleventy": "^3.1.6", "@playwright/test": "^1.63.0", "eleventy-plugin-techdoc": "0.2.0", - "markdown-it": "^15.0.1" + "markdown-it": "^15.0.2" }, "devDependencies": { "luxon": "^3.7.2" @@ -1646,9 +1646,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/src/website/package.json b/src/website/package.json index bae9aa9f..3e00b2b6 100644 --- a/src/website/package.json +++ b/src/website/package.json @@ -13,7 +13,7 @@ "@11ty/eleventy": "^3.1.6", "@playwright/test": "^1.63.0", "eleventy-plugin-techdoc": "0.2.0", - "markdown-it": "^15.0.1" + "markdown-it": "^15.0.2" }, "devDependencies": { "luxon": "^3.7.2"