From d72109a24a74cbc5630d099a25f400c19f3cd3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:15:13 +0000 Subject: [PATCH] Update highlight.js requirement from ^11.11.1 to ^11.12.0 Updates the requirements on [highlight.js](https://github.com/highlightjs/highlight.js) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7333ba66..d2544d45 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@docsearch/js": "^3.9.0", "@hotwired/turbo": "^8.0.13", "@rails/ujs": "7.1.502", - "highlight.js": "^11.11.1", + "highlight.js": "^11.12.0", "modern-normalize": "^3.0.1" }, "scripts": {