From b45a039b0e6a11d79a132093bbcfad635e355b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:43:46 +0000 Subject: [PATCH] Bump highlight.js from 11.11.1 to 11.11.2 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f1e783ca7..b444ad6ca 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "datatables.net-bs5": "^2", "dayjs": "^1.11.21", "google-palette": "^1.1.1", - "highlight.js": "^11.11.1", + "highlight.js": "^11.11.2", "postcss": "^8.5.25", "postcss-cli": "^11.0.1", "postcss-import": "^16.1.1", diff --git a/yarn.lock b/yarn.lock index cc2ca2337..2f113c7c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -674,10 +674,10 @@ hasown@^2.0.2: dependencies: function-bind "^1.1.2" -highlight.js@^11.11.1: - version "11.11.1" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.11.1.tgz#fca06fa0e5aeecf6c4d437239135fabc15213585" - integrity sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w== +highlight.js@^11.11.2: + version "11.11.2" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.11.2.tgz#f53a9178171212014ae428a9771749dd2cc65847" + integrity sha512-oaXMACAU0kzOMXBjWpNcX+vlwSBCIAiZ9BHa7gA15NOTtT2L/l8OSZDuqS2XppOhZBPJ7hm4o8ep2kyuip2uEQ== is-binary-path@~2.1.0: version "2.1.0"