From 7b571952c8887e6aaf4a570ce20a0bc7e5bc7e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:54:50 +0000 Subject: [PATCH] chore(deps): bump highlight.js from 11.5.1 to 11.6.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.5.1 to 11.6.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.5.1...11.6.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production 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 9f5af19a..348cd9fc 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "dependencies": { "es6-promise": "4.2.8", - "highlight.js": "11.5.1", + "highlight.js": "11.6.0", "localforage": "1.10.0", "marked": "4.0.19", "primer-markdown": "4.0.0"