From 5823253777b4cf928c8a1b9da7d8ae4d7f22acdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:26:21 +0000 Subject: [PATCH] chore(deps): bump markdown-it in /packages/databricks-vscode Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.3.0 to 15.0.0. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/14.3.0...15.0.0) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/databricks-vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/databricks-vscode/package.json b/packages/databricks-vscode/package.json index 9a16028fa..f0fa32814 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -1587,7 +1587,7 @@ "bcryptjs": "^3.0.3", "highlight.js": "^11.10.0", "lodash": "^4.17.21", - "markdown-it": "^14.2.0", + "markdown-it": "^15.0.0", "minimatch": "^10.0.1", "shell-quote": "^1.8.4", "triple-beam": "^1.4.1",