From e2221dc6dd2c36cd7757f88b06c757345e69ac18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 20:01:39 +0000 Subject: [PATCH] Bump highlight.js from 9.18.1 to 10.4.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 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.18.1...10.4.1) Signed-off-by: dependabot[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 719e29c..fccdd68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8657,9 +8657,9 @@ "integrity": "sha1-TAb8y0YC/iYCs8k9+C1+fb8aio4=" }, "highlight.js": { - "version": "9.18.1", - "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-9.18.1.tgz", - "integrity": "sha1-7SGqAB/mJSuxCj121HVzxlOf4Tw=" + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.4.1.tgz", + "integrity": "sha512-yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/package.json b/package.json index d36d75c..0023f83 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dayjs": "^1.8.21", "express": "^4.16.4", "github-markdown-css": "^4.0.0", - "highlight.js": "^9.18.1", + "highlight.js": "^10.4.1", "nuxt": "^2.0.0", "vant": "^2.5.3" },