diff --git a/package-lock.json b/package-lock.json index cede8485e..cc0c0c879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/typings": "^1.10.0", "@nextcloud/vue": "^9.8.0", "debounce": "^3.0.0", - "markdown-it": "^15.0.1", + "markdown-it": "^15.0.2", "p-queue": "^9.3.3", "qrcode": "^1.5.4", "vue": "^3.5.22", @@ -7846,9 +7846,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 da05d67b4..2c3ae7fba 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@nextcloud/typings": "^1.10.0", "@nextcloud/vue": "^9.8.0", "debounce": "^3.0.0", - "markdown-it": "^15.0.1", + "markdown-it": "^15.0.2", "p-queue": "^9.3.3", "qrcode": "^1.5.4", "vue": "^3.5.22",