From ca7d4702a31fc225dceb6bb0c3deca9d9f9337f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 22:18:56 +0000 Subject: [PATCH] Bump highlight.js from 11.2.0 to 11.3.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.2.0 to 11.3.1. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/11.2.0...11.3.1) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++------------- package.json | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdc70f49e..50227bdb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4999,16 +4999,6 @@ "css-tree": "^1.1.2" } }, - "d": { - "version": "1.0.1", - "resolved": "https://registry.npm.taobao.org/d/download/d-1.0.1.tgz", - "integrity": "sha1-hpgJU3LVjb7jRv/Qxwk/mfj561o=", - "dev": true, - "requires": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - } - }, "dargs": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz", @@ -6209,9 +6199,9 @@ "dev": true }, "highlight.js": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.2.0.tgz", - "integrity": "sha512-JOySjtOEcyG8s4MLR2MNbLUyaXqUunmSnL2kdV/KuGJOmHZuAR5xC54Ko7goAXBWNhf09Vy3B+U7vR62UZ/0iw==" + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==" }, "highlight.js-async-webpack": { "version": "1.0.4", diff --git a/package.json b/package.json index a302d7d9e..5c1eaee99 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "bootstrap-sass": "^3.3.7", "echarts": "^5.2.1", "chart.js": "^3.5.1", - "highlight.js": "^11.2.0", + "highlight.js": "^11.3.1", "jquery": "^3.6.0", "js-md5": "^0.7.3", "lodash": "^4.17.21",