From fe21226bce6cadfe927bef2af5dcfe462b3df0ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:54:37 +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] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 3977025..7005961 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ "better-sqlite3": "^13.0.3", "drizzle-orm": "^0.45.2", "jsonwebtoken": "^9.0.3", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdown-it-emoji": "^3.1.0", "nuxt": "^4.5.2", "nuxt-file-storage": "^0.3.3", @@ -1072,7 +1072,7 @@ "magicast": ["magicast@0.5.4", "", { "dependencies": { "@babel/parser": "^7.29.7", "@babel/types": "^7.29.7", "source-map-js": "^1.2.1" } }, "sha512-llBEhWm1SacoRwgHUoQJYtwp4PBLF4faQi5TCpIGyGs9n4y5+juI0tDgyKIfpqxckRHaHzouUEph3THklWh03w=="], - "markdown-it": ["markdown-it@15.0.0", "", { "dependencies": { "argparse": "^3.0.0", "entities": "^8.0.0", "linkify-it": "^6.0.0", "mdurl": "^2.1.0", "punycode.js": "^2.3.1", "uc.micro": "^3.0.0" }, "bin": { "markdown-it": "bin/markdown-it.mjs" } }, "sha512-Lf8ajvVNdRpzSNB4VegxNy7gjs8gU35l4b4+ET49LrQC5PKYwLZ72u60LeJ9gv3qiaesuYjJWCyVeQmv/QWKQw=="], + "markdown-it": ["markdown-it@15.0.1", "", { "dependencies": { "argparse": "^3.0.0", "entities": "^8.0.0", "linkify-it": "^6.0.0", "mdurl": "^2.1.0", "punycode.js": "^2.3.1", "uc.micro": "^3.0.0" }, "bin": { "markdown-it": "bin/markdown-it.mjs" } }, "sha512-9/7gE95FNPkfUWrjJIoHZza2iLmuJlPD0UNMxPi7bxUrbCR525YZY0r+zyfes0dZI5ZZ/uNIXUJca0pJvtw41g=="], "markdown-it-emoji": ["markdown-it-emoji@3.1.0", "", {}, "sha512-NhmMEH2ywduD4Nty1E8uB5NqfLhAT1VR0dyvoJyStKOqCzbZmVdn/+8wj7zpDsb/fLBikpCPsWwxqKlvMmbz4g=="], diff --git a/package.json b/package.json index 9688ce8..40e8a16 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "better-sqlite3": "^13.0.3", "drizzle-orm": "^0.45.2", "jsonwebtoken": "^9.0.3", - "markdown-it": "^15.0.0", + "markdown-it": "^15.0.1", "markdown-it-emoji": "^3.1.0", "nuxt": "^4.5.2", "nuxt-file-storage": "^0.3.3",