From 29b10ba7d7e4036cc8d3fe2c1da2a1e39a67e953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:50:19 +0000 Subject: [PATCH] Bump highlight.js from 9.18.3 to 10.4.1 in /antora-ui Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.3 to 10.4.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/commits/10.4.1) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- antora-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-ui/package.json b/antora-ui/package.json index 782482218..ebd773b8e 100644 --- a/antora-ui/package.json +++ b/antora-ui/package.json @@ -39,7 +39,7 @@ "gulp-uglify": "~3.0", "gulp-vinyl-zip": "~2.2", "handlebars": "~4.7", - "highlight.js": "9.18.3", + "highlight.js": "10.4.1", "js-yaml": "~3.13", "merge-stream": "~2.0", "postcss-calc": "~7.0",