From 54098fbc430132823be8ad44b2d8c571ea183080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:21:46 +0000 Subject: [PATCH] chore(deps): bump highlight.js from 10.1.2 to 11.0.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 11.0.0. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/10.1.2...11.0.0) 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 baee6c9..e9984a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2820,9 +2820,9 @@ "dev": true }, "highlight.js": { - "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==" + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.0.0.tgz", + "integrity": "sha512-ByaTMfsSuoqerTwemOgpIhfULEIaK52JJYhky/sK7/Yqc0+t7Uh5DHay9vIC94YXSupnQ1Vqfc9VXrYP4eXW3Q==" }, "hosted-git-info": { "version": "2.8.8", diff --git a/package.json b/package.json index 088d46b..9d1dd2b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@sindresorhus/slugify": "^1.1.0", "compression": "^1.7.4", "golden-fleece": "^1.0.9", - "highlight.js": "^10.1.2", + "highlight.js": "^11.0.0", "marked": "^1.1.1", "polka": "^0.5.2", "sirv": "^0.4.2",