From 9769f63a51d23a58407b749b59f1441e1327fc31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 16:59:10 +0000 Subject: [PATCH] build(deps): bump highlight.js from 9.15.6 to 10.4.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.6 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.6...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 6629200..5169851 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4157,9 +4157,9 @@ "dev": true }, "highlight.js": { - "version": "9.15.6", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.6.tgz", - "integrity": "sha512-zozTAWM1D6sozHo8kqhfYgsac+B+q0PmsjXeyDrYIHHcBN0zTVT66+s2GW1GZv7DbyaROdLXKdabwS/WqPyIdQ==" + "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 bb670f6..c747f8f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "webpack-dev-server": "^3.11.0" }, "dependencies": { - "highlight.js": "^9.15.6", + "highlight.js": "^10.4.1", "lodash.clonedeep": "^4.5.0", "vue": "^2.6.8", "vuedraggable": "^2.23.2"