From 932b32179e5737d6fa877ba5f11fa67c76f4c7e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 08:16:22 +0000 Subject: [PATCH] Bump highlight.js from 9.15.9 to 9.18.5 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.9 to 9.18.5. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.15.9...9.18.5) Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e93f3175..12af9a0e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2646,6 +2646,16 @@ } } }, + "hexo-math": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/hexo-math/-/hexo-math-3.0.4.tgz", + "integrity": "sha512-fWv4HB5r44lby3H4d5v5jFqg5DlNBVM2aq3A5BO1A7ljXqq0iOclClNem+YTkW4UcyHzvKgeeP2W51iTbWbmcQ==", + "requires": { + "html-entities": "^1.1.3", + "katex": "^0.6.0", + "underscore": "^1.8.3" + } + }, "hexo-neat": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/hexo-neat/-/hexo-neat-1.0.9.tgz", @@ -2938,9 +2948,9 @@ "integrity": "sha512-tbo2P9xRWEKQmRf7+XuPjx9It1MnaE26nA+EEb2DN39gK1x+26W7Nm4Iyp4AugQjBWYYDx7OLn4gp1WFxQpQew==" }, "highlight.js": { - "version": "9.15.9", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.9.tgz", - "integrity": "sha1-hlJX2h27SljEVS1GxLOFT3fw5tU=" + "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==" }, "html-entities": { "version": "1.2.1", @@ -3304,6 +3314,14 @@ "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" }, + "katex": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.6.0.tgz", + "integrity": "sha1-EkGOCRIcBckgQbazuftrqyE8tvM=", + "requires": { + "match-at": "^0.1.0" + } + }, "keyword-extractor": { "version": "0.0.19", "resolved": "https://registry.npmjs.org/keyword-extractor/-/keyword-extractor-0.0.19.tgz", @@ -3474,6 +3492,11 @@ "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.3.tgz", "integrity": "sha1-ebq614r2OLpNUiqecVzf3SQp6UY=" }, + "match-at": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/match-at/-/match-at-0.1.1.tgz", + "integrity": "sha512-h4Yd392z9mST+dzc+yjuybOGFNOZjmXIPKWjxBd1Bb23r4SmDOsk2NYCU2BMUBGbSpZqwVsZYNq26QS3xfaT3Q==" + }, "math-random": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz",