From 5cdee30d48d683b93c70011f6a3b91ec95def0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 17:28:14 +0000 Subject: [PATCH] build(deps-dev): bump highlight.js from 9.13.1 to 10.4.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.13.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.13.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 be5a7ba..c39f514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5991,9 +5991,9 @@ "dev": true }, "highlight.js": { - "version": "9.13.1", - "resolved": "http://registry.npm.taobao.org/highlight.js/download/highlight.js-9.13.1.tgz", - "integrity": "sha1-BUWG1TpoYzERaEiKD1jWxQXOZB4=", + "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==", "dev": true }, "hmac-drbg": { diff --git a/package.json b/package.json index 70d6fc6..80e6ee0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint": "^5.12.0", "eslint-plugin-vue": "^5.1.0", "font-awesome": "^4.7.0", - "highlight.js": "^9.13.1", + "highlight.js": "^10.4.1", "node-sass": "^4.11.0", "sass-loader": "^7.1.0", "vue-router": "^3.0.2",