From a1174e8b5d5fae0ae0567031e4ff5f9951969c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 06:47:10 +0000 Subject: [PATCH] Bump highlight.js from 9.18.1 to 10.1.2 in /current/tools/doc Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 10.1.2. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/10.1.2/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...10.1.2) 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..22fccf927b 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.1.2", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.1.2.tgz", + "integrity": "sha512-Q39v/Mn5mfBlMff9r+zzA+gWxRsCRKwEMvYTiisLr/XUiFI/4puWt0Ojdko3R3JCNWGdOWaA5g/Yxqa23kC5AA==" }, "html-void-elements": { "version": "1.0.3", diff --git a/current/tools/doc/package.json b/current/tools/doc/package.json index 23178fcbc1..8ed22676af 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.1.2", "rehype-raw": "^2.0.0", "rehype-stringify": "^3.0.0", "remark-html": "^7.0.0",