From 409b8a6ef4018f04ce4c13cfa1ba02b341ff8e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 00:48:00 +0000 Subject: [PATCH] Bump highlight.js from 9.15.10 to 10.1.2 in /dashboard Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 10.1.2. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/10.1.2/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.15.10...10.1.2) Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 6 +++--- dashboard/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index f12ebce8..ec6ee469 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -4293,9 +4293,9 @@ "dev": true }, "highlight.js": { - "version": "9.15.10", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.10.tgz", - "integrity": "sha512-RoV7OkQm0T3os3Dd2VHLNMoaoDVx77Wygln3n9l5YV172XonWG6rgQD3XnF/BuFFZw9A0TJgmMSO8FEWQgvcXw==" + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.1.2.tgz", + "integrity": "sha512-Q39v/Mn5mfBlMff9r+zzA+gWxRsCRKwEMvYTiisLr/XUiFI/4puWt0Ojdko3R3JCNWGdOWaA5g/Yxqa23kC5AA==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/dashboard/package.json b/dashboard/package.json index b4454381..e8e6840e 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -38,7 +38,7 @@ "webpack-merge": "^4.2.2" }, "dependencies": { - "highlight.js": "^9.15.10", + "highlight.js": "^10.1.2", "js-yaml": "^3.13.1", "marked": "^0.7.0", "modern-css-reset": "^1.0.4",