From 66843ce42d799273e76ed2e3285e0ba43f002adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 00:44:16 -0500 Subject: [PATCH] chore(deps-dev): Bump highlight.js from 10.7.1 to 10.7.2 (#1997) Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.7.1 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.7.1...10.7.2) 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 2f99028d46..6604ead361 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3811,9 +3811,9 @@ "dev": true }, "highlight.js": { - "version": "10.7.1", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.1.tgz", - "integrity": "sha512-S6G97tHGqJ/U8DsXcEdnACbirtbx58Bx9CzIVeYli8OuswCfYI/LsXH2EiGcoGio1KAC3x4mmUwulOllJ2ZyRA==", + "version": "10.7.2", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.2.tgz", + "integrity": "sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==", "dev": true }, "hook-std": { diff --git a/package.json b/package.json index 8d85efd2cc..2cdf99b67d 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.7.1", + "highlight.js": "^10.7.2", "jasmine": "^3.7.0", "markdown-it": "12.0.4", "node-fetch": "^2.6.1",