From 1c24fa55390d1d7b7740080e01521a38a0117c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:16:03 +0000 Subject: [PATCH] Bump highlight.js from 11.9.0 to 11.11.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.9.0 to 11.11.1. - [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.9.0...11.11.1) --- updated-dependencies: - dependency-name: highlight.js dependency-version: 11.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7289ff..0354f84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "scullion", "version": "0.0.0", "dependencies": { - "highlight.js": "^11.9.0", + "highlight.js": "^11.11.1", "htmldiff-js": "^1.0.5", "jq-web": "^0.5.1", "lz-string": "^1.5.0", @@ -2261,9 +2261,10 @@ } }, "node_modules/highlight.js": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", - "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", + "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==", + "license": "BSD-3-Clause", "engines": { "node": ">=12.0.0" } diff --git a/package.json b/package.json index 69e2232..2bb19ce 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "highlight.js": "^11.9.0", + "highlight.js": "^11.11.1", "htmldiff-js": "^1.0.5", "jq-web": "^0.5.1", "lz-string": "^1.5.0",