From aefc4594457179283afeb270fb949cf87129eb77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 05:31:11 +0000 Subject: [PATCH] Bump highlight.js from 9.18.1 to 10.1.2 in /polyjelly 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] --- polyjelly/package-lock.json | 13 ++++++++++--- polyjelly/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/polyjelly/package-lock.json b/polyjelly/package-lock.json index 9bfdd94..3399199 100644 --- a/polyjelly/package-lock.json +++ b/polyjelly/package-lock.json @@ -405,9 +405,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==" }, "hmac-drbg": { "version": "1.0.1", @@ -694,6 +694,13 @@ "requires": { "highlight.js": "^9.3.0", "prop-types": "^15.6.0" + }, + "dependencies": { + "highlight.js": { + "version": "9.18.5", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz", + "integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==" + } } }, "react-is": { diff --git a/polyjelly/package.json b/polyjelly/package.json index e2cd321..958b748 100644 --- a/polyjelly/package.json +++ b/polyjelly/package.json @@ -1,7 +1,7 @@ { "name": "polyjelly", "dependencies": { - "highlight.js": "9.18.1", + "highlight.js": "10.1.2", "react": "16.13.1", "react-dom": "16.13.1", "react-highlight.js": "1.0.7"