From 1fcf7325183b27ec274ed3d8e2cfdb4e2c55b4a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 05:53:57 +0000 Subject: [PATCH] chore(deps): bump highlight.js in the dependencies group Bumps the dependencies group with 1 update: [highlight.js](https://github.com/highlightjs/highlight.js). Updates `highlight.js` from 11.11.1 to 11.12.0 - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/11.11.1...11.12.0) --- updated-dependencies: - dependency-name: highlight.js dependency-version: 11.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- workspaces/cli/package.json | 2 +- workspaces/documentation-ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/cli/package.json b/workspaces/cli/package.json index 384b44ad..e636721b 100644 --- a/workspaces/cli/package.json +++ b/workspaces/cli/package.json @@ -75,7 +75,7 @@ "@stylistic/stylelint-plugin": "5.3.0", "@types/semver": "7.8.0", "esbuild": "0.28.2", - "highlight.js": "11.11.1", + "highlight.js": "11.12.0", "lit": "3.3.3", "postcss-lit": "1.4.1", "pretty-bytes": "^7.0.0", diff --git a/workspaces/documentation-ui/package.json b/workspaces/documentation-ui/package.json index e0351013..ca54fb68 100644 --- a/workspaces/documentation-ui/package.json +++ b/workspaces/documentation-ui/package.json @@ -39,7 +39,7 @@ "dependencies": { "@nodesecure/flags": "3.0.3", "@nodesecure/js-x-ray": "15.2.0", - "highlight.js": "11.11.1", + "highlight.js": "11.12.0", "markdown-it": "15.0.0" }, "devDependencies": {