From 6f34ce4148ca1d1085ddcae74c318876e672ca04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 00:24:39 +0000 Subject: [PATCH] Bump markdown-it-highlightjs from 3.2.0 to 3.6.0 in /frontend Bumps [markdown-it-highlightjs](https://github.com/valeriangalliat/markdown-it-highlightjs) from 3.2.0 to 3.6.0. - [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.2.0...v3.6.0) --- updated-dependencies: - dependency-name: markdown-it-highlightjs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 73f0701..ec57f0a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5665,7 +5665,8 @@ "highlight.js": { "version": "9.18.1", "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.1.tgz", - "integrity": "sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==" + "integrity": "sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==", + "dev": true }, "hmac-drbg": { "version": "1.0.1", @@ -6852,12 +6853,19 @@ } }, "markdown-it-highlightjs": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.2.0.tgz", - "integrity": "sha512-QaSD7zCjAuB1Qa6GLfxcv7uB7svTvXGAiJ2LJShQRaJIWEjkQUAIDv+vsANe4F5J2lPJuOdXf7oIRXe0JFJg2g==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.6.0.tgz", + "integrity": "sha512-ex+Lq3cVkprh0GpGwFyc53A/rqY6GGzopPCG1xMsf8Ya3XtGC8Uw9tChN1rWbpyDae7tBBhVHVcMM29h4Btamw==", "requires": { - "highlight.js": "^9.18.1", + "highlight.js": "^11.3.1", "lodash.flow": "^3.5.0" + }, + "dependencies": { + "highlight.js": { + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.4.0.tgz", + "integrity": "sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA==" + } } }, "markdown-it-mermaid-plugin": {