From 5806f57a76b3142c73395e9d47b72356706f7e39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 04:48:17 +0000 Subject: [PATCH] Bump highlight.js from 10.5.0 to 10.7.2 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.5.0 to 10.7.2. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/10.7.2/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/10.5.0...10.7.2) Signed-off-by: dependabot-preview[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 cffa68b3..51502830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5510,9 +5510,9 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" }, "highlight.js": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.5.0.tgz", - "integrity": "sha512-xTmvd9HiIHR6L53TMC7TKolEj65zG1XU+Onr8oi86mYa+nLcIbxTTWkpW7CsEwv/vK7u1zb8alZIMLDqqN6KTw==" + "version": "10.7.2", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.2.tgz", + "integrity": "sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==" }, "hook-std": { "version": "2.0.0", diff --git a/package.json b/package.json index 2e2c2082..28d1c024 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "fs-extra": "^9.0.1", "git-url-parse": "^11.4.0", "handlebars": "^4.7.6", - "highlight.js": "^10.5.0", + "highlight.js": "^10.7.2", "html-minifier": "^4.0.0", "live-server": "^1.2.1", "marked": "^1.2.7",