From d07c338366dee1647183b94325b054e03e758110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 19:02:59 +0000 Subject: [PATCH] Bump highlight.js from 9.15.10 to 10.4.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 10.4.1. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.15.10...10.4.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 335b562..9fbc180 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "antd": "^3.23.6", "axios": "^0.19.0", - "highlight.js": "^9.15.10", + "highlight.js": "^10.4.1", "js-base64": "^2.5.1", "marked": "^0.7.0", "react": "^16.10.2", diff --git a/yarn.lock b/yarn.lock index fab3a74..1d7fa6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4224,9 +4224,9 @@ hex-color-regex@^1.1.0: version "1.1.0" resolved "https://registry.npm.taobao.org/hex-color-regex/download/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" -highlight.js@^9.15.10: - version "9.15.10" - resolved "https://registry.npm.taobao.org/highlight.js/download/highlight.js-9.15.10.tgz#7b18ed75c90348c045eef9ed08ca1319a2219ad2" +highlight.js@^10.4.1: + version "10.4.1" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.4.1.tgz#d48fbcf4a9971c4361b3f95f302747afe19dbad0" history@^4.9.0: version "4.10.1"