From d41acce190cec13db0c278dffa40f2fe730f5f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 00:30:42 +0000 Subject: [PATCH] Bump markdown-it-highlightjs from 3.0.0 to 3.3.1 in /client-render Bumps [markdown-it-highlightjs](https://github.com/valeriangalliat/markdown-it-highlightjs) from 3.0.0 to 3.3.1. - [Release notes](https://github.com/valeriangalliat/markdown-it-highlightjs/releases) - [Changelog](https://github.com/valeriangalliat/markdown-it-highlightjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v3.0.0...v3.3.1) --- updated-dependencies: - dependency-name: markdown-it-highlightjs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- client-render/package-lock.json | 18 +++++++++++++----- client-render/package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/client-render/package-lock.json b/client-render/package-lock.json index c2acbc9..4ac6b9e 100644 --- a/client-render/package-lock.json +++ b/client-render/package-lock.json @@ -6981,13 +6981,21 @@ } }, "markdown-it-highlightjs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.0.0.tgz", - "integrity": "sha1-7T3WGcormOa/IRLRY79EQEM0AhA=", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.3.1.tgz", + "integrity": "sha512-T9L+37CC+H/aQWHbHCpmo6FvSH2imqXYjZj/Tj064UmPn0aCne/bAtSORo6W5x7BdLIWwbTR20xrdlKDAq0M6w==", "dev": true, "requires": { - "highlight.js": "^9.9.0", - "lodash.flow": "^3.1.0" + "highlight.js": "^10.2.0", + "lodash.flow": "^3.5.0" + }, + "dependencies": { + "highlight.js": { + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", + "dev": true + } } }, "markdown-it-multimd-table": { diff --git a/client-render/package.json b/client-render/package.json index 7edb85f..fda7652 100644 --- a/client-render/package.json +++ b/client-render/package.json @@ -31,7 +31,7 @@ "markdown-it-div": "^1.1.0", "markdown-it-github-headings": "^1.1.1", "markdown-it-github-preamble": "^1.0.0", - "markdown-it-highlightjs": "^3.0.0", + "markdown-it-highlightjs": "^3.3.1", "markdown-it-multimd-table": "^3.2.3", "markdown-it-table-of-contents": "^0.4.4", "markdown-it-task-lists": "^2.1.1",