From c5a982e93f5cf826c886ff6bbf34dd7a44afb973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Feb 2021 06:17:13 +0000 Subject: [PATCH] chore(deps): bump highlight.js from 9.13.1 to 10.4.1 in /Documentation Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.13.1 to 10.4.1. - [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/9.13.1...10.4.1) Signed-off-by: dependabot[bot] --- Documentation/package-lock.json | 6 +++--- Documentation/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/package-lock.json b/Documentation/package-lock.json index d8b6290..616559e 100644 --- a/Documentation/package-lock.json +++ b/Documentation/package-lock.json @@ -3416,9 +3416,9 @@ "dev": true }, "highlight.js": { - "version": "9.13.1", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.13.1.tgz", - "integrity": "sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A==" + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.4.1.tgz", + "integrity": "sha512-yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/Documentation/package.json b/Documentation/package.json index 7d25d39..04f04a5 100644 --- a/Documentation/package.json +++ b/Documentation/package.json @@ -38,7 +38,7 @@ "sass": "^1.14.3" }, "dependencies": { - "highlight.js": "^9.13.1", + "highlight.js": "^10.4.1", "normalize.css": "^8.0.0", "ramda": "^0.25.0" }