From 82ca800047c3b6093aaf9e8a82de60ddb0d3e078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:42:38 +0000 Subject: [PATCH] build(deps): bump highlight.js from 11.11.1 to 11.12.0 Bumps [highlight.js](https://github.com/highlightjs/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 ... 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 469914d9..43db72e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "expand-tilde": "^2.0.2", "fs-extra": "^11.4.0", "hdr-histogram-js": "^3.0.1", - "highlight.js": "11.11.1", + "highlight.js": "11.12.0", "jdk-utils": "^0.7.0", "jquery": "^4.0.0", "lodash": "^4.18.1", @@ -2182,9 +2182,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==", "license": "BSD-3-Clause", "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index 8919be8b..b6cf2ca2 100644 --- a/package.json +++ b/package.json @@ -389,7 +389,7 @@ "expand-tilde": "^2.0.2", "fs-extra": "^11.4.0", "hdr-histogram-js": "^3.0.1", - "highlight.js": "11.11.1", + "highlight.js": "11.12.0", "jdk-utils": "^0.7.0", "jquery": "^4.0.0", "lodash": "^4.18.1",