From de8426e0e3780efce55a2cf3bb7e135deaa00717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Feb 2021 23:08:21 -0600 Subject: [PATCH] chore(deps-dev): Bump highlight.js from 10.5.0 to 10.6.0 (#1950) Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.5.0 to 10.6.0. - [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.5.0...10.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7deafdc60c..9a264d280f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3827,9 +3827,9 @@ "dev": true }, "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.6.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.6.0.tgz", + "integrity": "sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ==", "dev": true }, "hook-std": { diff --git a/package.json b/package.json index 7c6c9f6272..a041ed8409 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "front-matter": "^4.0.2", - "highlight.js": "^10.5.0", + "highlight.js": "^10.6.0", "jasmine": "^3.6.4", "markdown-it": "12.0.4", "node-fetch": "^2.6.1",