From c52359fb5486f3e1a796ec5590479f198810798a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:03:50 +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 81ab8fc29..6678bb04b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "debounce": "^3.0.0", "dompurify": "^3.4.14", "ical.js": "^2.2.0", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdown-it-emoji": "^3.1.0", "markdown-it-link-attributes": "^4.0.1", "markdown-it-task-lists": "^2.1.1", @@ -10301,9 +10301,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 e9d3f7f63..e8cf003cf 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "debounce": "^3.0.0", "ical.js": "^2.2.0", "dompurify": "^3.4.14", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdown-it-emoji": "^3.1.0", "markdown-it-link-attributes": "^4.0.1", "markdown-it-task-lists": "^2.1.1",