From 5dcafead0bd43c1e9a3dfd35e91e146fdd6da9bb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 21:32:10 +0000 Subject: [PATCH] build(deps-dev): bump highlight.js from 10.1.2 to 10.4.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 10.4.0. - [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/10.1.2...10.4.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40c039b..b8d428f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6688,9 +6688,9 @@ "dev": true }, "highlight.js": { - "version": "10.1.2", - "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-10.1.2.tgz", - "integrity": "sha1-wg25UbocIsBVAQZI3//Xsqlo4Aw=", + "version": "10.4.0", + "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-10.4.0.tgz?cache=0&sync_timestamp=1605734268666&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhighlight.js%2Fdownload%2Fhighlight.js-10.4.0.tgz", + "integrity": "sha1-7zzkdeXfp6SEhCYLSeokLdq4I6A=", "dev": true }, "hmac-drbg": { diff --git a/package.json b/package.json index be0fcb9..ce1f582 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "file-loader": "^6.0.0", "fs-extra": "^9.0.1", "hash-sum": "^2.0.0", - "highlight.js": "^10.0.3", + "highlight.js": "^10.4.0", "html-webpack-plugin": "^4.3.0", "husky": "^4.2.5", "jest": "^26.0.1",