From b499e1dfa8a0cb9bbb804719dd8659006571d7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 19:20:50 +0000 Subject: [PATCH] build(deps): bump highlight.js from 10.3.0 to 10.4.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.3.0 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/10.3.0...10.4.1) Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++--------- package.json | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c01514f..94c3717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7805,9 +7805,9 @@ "dev": true }, "highlight.js": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.3.0.tgz", - "integrity": "sha512-KCk70Hi534i6vF5vBJt08B3vJEw7BdArWHLfKKf9Dh2bYiJambzMRHmlCUMyvRWKbZMbLqt8iAnF8IwciybcwA==" + "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", @@ -13935,11 +13935,10 @@ } }, "vue-loader-v16": { - "version": "npm:vue-loader@16.0.0-beta.8", - "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.0.0-beta.8.tgz", - "integrity": "sha512-oouKUQWWHbSihqSD7mhymGPX1OQ4hedzAHyvm8RdyHh6m3oIvoRF+NM45i/bhNOlo8jCnuJhaSUf/6oDjv978g==", + "version": "npm:vue-loader@16.1.1", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-16.1.1.tgz", + "integrity": "sha512-wz/+HFg/3SBayHWAlZXARcnDTl3VOChrfW9YnxvAweiuyKX/7IGx1ad/4yJHmwhgWlOVYMAbTiI7GV8G33PfGQ==", "dev": true, - "optional": true, "requires": { "chalk": "^4.1.0", "hash-sum": "^2.0.0", @@ -13951,7 +13950,6 @@ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", "dev": true, - "optional": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -13962,7 +13960,6 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", "dev": true, - "optional": true, "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", diff --git a/package.json b/package.json index 2891d2f..31fd70b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "filesize": "^6.1.0", "flv.js": "^1.5.0", "font-awesome": "^4.7.0", - "highlight.js": "^10.3.0", + "highlight.js": "^10.4.1", "html-entities": "^1.3.1", "jquery": "^3.5.1", "markdown-it": "^11.0.1",