From b74f0ec940098dc3af382ebcfe13c2ac47970652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:53:24 +0000 Subject: [PATCH] Chore(deps): Bump markdown-it from 15.0.0 to 15.0.1 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 15.0.0 to 15.0.1. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/15.0.0...15.0.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 863b5fca8..67370f42a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/vue": "^9.8.2", "diff": "^9.0.0", "easymde": "^2.21.0", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdown-it-bidi": "^0.2.0", "markdown-it-task-checkbox": "^1.0.6", "pinia": "^4.0.3", @@ -11415,9 +11415,9 @@ } }, "node_modules/markdown-it": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.0.tgz", - "integrity": "sha512-Lf8ajvVNdRpzSNB4VegxNy7gjs8gU35l4b4+ET49LrQC5PKYwLZ72u60LeJ9gv3qiaesuYjJWCyVeQmv/QWKQw==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-15.0.1.tgz", + "integrity": "sha512-9/7gE95FNPkfUWrjJIoHZza2iLmuJlPD0UNMxPi7bxUrbCR525YZY0r+zyfes0dZI5ZZ/uNIXUJca0pJvtw41g==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index a1ef80052..6832c2a84 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@nextcloud/vue": "^9.8.2", "diff": "^9.0.0", "easymde": "^2.21.0", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdown-it-bidi": "^0.2.0", "markdown-it-task-checkbox": "^1.0.6", "pinia": "^4.0.3",