From 2b4102b18807f93ade0910afe0a50dc2d1902cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:05:55 +0000 Subject: [PATCH] Bump highlight.js from 11.7.0 to 11.8.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.7.0 to 11.8.0. - [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.7.0...11.8.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8910f14..70645dc 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gulp-uglify": "~3.0", "gulp-vinyl-zip": "~2.5", "handlebars": "~4.7", - "highlight.js": "~11.7", + "highlight.js": "~11.8", "js-yaml": "~4.1", "merge-stream": "~2.0", "postcss-calc": "~8.2",