From 85bf595d2dd66858852faf2cb8f7a037e990681b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 03:50:38 +0000 Subject: [PATCH] chore(deps): bump highlight.js from 11.11.1 to 11.11.2 (#3779) Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.11.1 to 11.11.2. - [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.11.2) --- updated-dependencies: - dependency-name: highlight.js dependency-version: 11.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- src/docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5b20950c..f5f2f815e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10138,9 +10138,9 @@ "license": "MIT" }, "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.11.2", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.2.tgz", + "integrity": "sha512-oaXMACAU0kzOMXBjWpNcX+vlwSBCIAiZ9BHa7gA15NOTtT2L/l8OSZDuqS2XppOhZBPJ7hm4o8ep2kyuip2uEQ==", "license": "BSD-3-Clause", "engines": { "node": ">=12.0.0" @@ -17921,7 +17921,7 @@ "@fontsource/inter": "^5.2.8", "esbuild": "0.25.11", "fs-extra": "^11.2.0", - "highlight.js": "^11.11.1", + "highlight.js": "^11.11.2", "html-entities": "^2.3.3", "jquery": "^4.0.0", "js-yaml": "^4.1.0", diff --git a/src/docs/package.json b/src/docs/package.json index 5508c3e3e..6b4df4e2c 100644 --- a/src/docs/package.json +++ b/src/docs/package.json @@ -20,7 +20,7 @@ "@fontsource/inter": "^5.2.8", "esbuild": "0.25.11", "fs-extra": "^11.2.0", - "highlight.js": "^11.11.1", + "highlight.js": "^11.11.2", "html-entities": "^2.3.3", "jquery": "^4.0.0", "js-yaml": "^4.1.0",