From 4962cdaa43b266f98072947b8b7efcbab5b09cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 00:05:42 -0500 Subject: [PATCH] chore(deps-dev): Bump highlight.js from 10.6.0 to 10.7.1 (#1975) Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.6.0 to 10.7.1. - [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.6.0...10.7.1) 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 2243e512..a4a66a0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3735,9 +3735,9 @@ "dev": true }, "highlight.js": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.6.0.tgz", - "integrity": "sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ==", + "version": "10.7.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.1.tgz", + "integrity": "sha512-S6G97tHGqJ/U8DsXcEdnACbirtbx58Bx9CzIVeYli8OuswCfYI/LsXH2EiGcoGio1KAC3x4mmUwulOllJ2ZyRA==", "dev": true }, "hook-std": { diff --git a/package.json b/package.json index b143a40e..822a2852 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.6.0", + "highlight.js": "^10.7.1", "jasmine": "^3.6.4", "markdown-it": "12.0.4", "node-fetch": "^2.6.1",