From a1d21cb5338a3976e090890e8bd0122229e9e635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:54:29 +0000 Subject: [PATCH] build(deps-dev): bump highlight.js Bumps the development group with 1 update in the / directory: [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.11.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... 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 ff6e739c0..dfe3285e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@mdx-js/mdx": "3.1.1", "@resvg/resvg-js": "^2.6.2", - "highlight.js": "11.11.1", + "highlight.js": "11.12.0", "lucide": "1.31.0", "markdown-it": "15.0.0", "markdown-it-anchor": "9.2.1", @@ -1915,9 +1915,9 @@ } }, "node_modules/highlight.js": { - "version": "11.11.1", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", - "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.12.0.tgz", + "integrity": "sha512-nbfWpyRMcMrPMmDwJB+dhX/eiaPKtc2RB+0QZskqJ3WjRA/FDS0e9hZrx8EC/lbEv8gXy98FcDbNa/dspAaJMg==", "dev": true, "license": "BSD-3-Clause", "engines": { diff --git a/package.json b/package.json index ae158efcf..2ec5a8102 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@mdx-js/mdx": "3.1.1", "@resvg/resvg-js": "^2.6.2", - "highlight.js": "11.11.1", + "highlight.js": "11.12.0", "lucide": "1.31.0", "markdown-it": "15.0.0", "markdown-it-anchor": "9.2.1",