From 3b40f0f16adafeb2212f61ccac257bd0af727378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 00:34:07 +0000 Subject: [PATCH] Bump highlight.js from 9.15.8 to 10.1.2 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.8 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.15.8...10.1.2) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index afc3ac2..0b13bbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2801,6 +2801,14 @@ "mz": "^2.4.0", "parse5": "^4.0.0", "yargs": "^13.0.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==", + "dev": true + } } }, "cli-spinners": { @@ -5620,9 +5628,9 @@ "dev": true }, "highlight.js": { - "version": "9.15.8", - "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-9.15.8.tgz", - "integrity": "sha1-80T9oSPzbxplSQ6TLPkFaeSZmXE=" + "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", diff --git a/package.json b/package.json index 68cf1c1..3054b5a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ant-design-vue": "^1.3.10", "axios": "^0.19.0", "github-markdown-css": "^3.0.1", - "highlight.js": "^9.15.8", + "highlight.js": "^10.1.2", "markdown-it": "^8.4.2", "oss-license-name-to-url": "^1.2.1", "timeago.js": "^4.0.0-beta.2",