From 925cea9aa1c4ea164384e93beb54ebf06195ff82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 19:35:46 +0000 Subject: [PATCH] Bump highlight.js from 9.16.2 to 10.4.1 in /tui-editor Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.16.2 to 10.4.1. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.16.2...10.4.1) Signed-off-by: dependabot[bot] --- tui-editor/package-lock.json | 6 +++--- tui-editor/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tui-editor/package-lock.json b/tui-editor/package-lock.json index 3cbad15..e62dd33 100644 --- a/tui-editor/package-lock.json +++ b/tui-editor/package-lock.json @@ -7927,9 +7927,9 @@ } }, "highlight.js": { - "version": "9.16.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.16.2.tgz", - "integrity": "sha512-feMUrVLZvjy0oC7FVJQcSQRqbBq9kwqnYE4+Kj9ZjbHh3g+BisiPgF49NyQbVLNdrL/qqZr3Ca9yOKwgn2i/tw==" + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.4.1.tgz", + "integrity": "sha512-yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg==" }, "hipchat-notifier": { "version": "1.1.0", diff --git a/tui-editor/package.json b/tui-editor/package.json index 3c22012..c7f81f5 100644 --- a/tui-editor/package.json +++ b/tui-editor/package.json @@ -89,7 +89,7 @@ "@types/jquery": "^3.3.29", "@types/markdown-it": "0.0.7", "codemirror": "^5.48.4", - "highlight.js": "^9.12.0", + "highlight.js": "^10.4.1", "jquery": "^3.3.1", "markdown-it": "^9.0.0", "plantuml-encoder": "^1.2.5",