From 1c07c494d1f7fc9d88a444bf47bcdda89fd7b923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:13:28 +0000 Subject: [PATCH] build(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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74c93ec..4cfa47f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "electron-log": "^5.4.4", "electron-updater": "6.8.9", "highlight.js": "^11.12.0", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdown-it-anchor": "^9.2.1", "markdown-it-container": "^4.0.0", "markdown-it-emoji": "^3.1.0", @@ -3093,9 +3093,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", @@ -3106,6 +3106,7 @@ "url": "https://github.com/sponsors/markdown-it" } ], + "license": "MIT", "dependencies": { "argparse": "^3.0.0", "entities": "^8.0.0", diff --git a/package.json b/package.json index 0de5f40..b7329d4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "electron-log": "^5.4.4", "electron-updater": "6.8.9", "highlight.js": "^11.12.0", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdown-it-anchor": "^9.2.1", "markdown-it-container": "^4.0.0", "markdown-it-emoji": "^3.1.0",