From f9e352c920a72ae6203f0bc1ef907b3b697f6865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 21:33:09 +0000 Subject: [PATCH] Bump highlight.js from 9.18.1 to 10.4.1 in /current/tools/doc Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 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.18.1...10.4.1) Signed-off-by: dependabot[bot] --- current/tools/doc/package-lock.json | 6 +++--- current/tools/doc/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/current/tools/doc/package-lock.json b/current/tools/doc/package-lock.json index b448baa7e3..cd41424abc 100644 --- a/current/tools/doc/package-lock.json +++ b/current/tools/doc/package-lock.json @@ -259,9 +259,9 @@ } }, "highlight.js": { - "version": "9.18.1", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.1.tgz", - "integrity": "sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==" + "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==" }, "html-void-elements": { "version": "1.0.3", diff --git a/current/tools/doc/package.json b/current/tools/doc/package.json index 23178fcbc1..0e492a768a 100644 --- a/current/tools/doc/package.json +++ b/current/tools/doc/package.json @@ -7,7 +7,7 @@ "node": ">=12.10.0" }, "dependencies": { - "highlight.js": "^9.18.1", + "highlight.js": "^10.4.1", "rehype-raw": "^2.0.0", "rehype-stringify": "^3.0.0", "remark-html": "^7.0.0",