From 41798296d75f95dd6376034d280994cf0189d2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 00:06:42 +0000 Subject: [PATCH] fix(deps): bump markdown-it-highlightjs from 3.5.0 to 3.6.0 Bumps [markdown-it-highlightjs](https://github.com/valeriangalliat/markdown-it-highlightjs) from 3.5.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.5.0...v3.6.0) --- updated-dependencies: - dependency-name: markdown-it-highlightjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6de7058..90e80517 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "cronstrue": "^1.122.0", "crypto-js": "^4.1.1", "markdown-it-anchor": "^8.4.1", - "markdown-it-highlightjs": "^3.5.0", + "markdown-it-highlightjs": "^3.6.0", "nuxt": "^2.15.8", "nuxt-i18n": "^6.28.1", "qrcode.vue": "^3.3.3", @@ -16864,14 +16864,22 @@ } }, "node_modules/markdown-it-highlightjs": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.5.0.tgz", - "integrity": "sha512-ENlFiNFSKwnXD0umIzyhpFe5JtetdQnSYhwTdC72VU3C69uVpk1Mn3sPv1Ov8opVE2nv7SaS97QbY/aEH7PUzw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.6.0.tgz", + "integrity": "sha512-ex+Lq3cVkprh0GpGwFyc53A/rqY6GGzopPCG1xMsf8Ya3XtGC8Uw9tChN1rWbpyDae7tBBhVHVcMM29h4Btamw==", "dependencies": { - "highlight.js": "^10.7.2", + "highlight.js": "^11.3.1", "lodash.flow": "^3.5.0" } }, + "node_modules/markdown-it-highlightjs/node_modules/highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/markdown-it/node_modules/entities": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", @@ -38517,12 +38525,19 @@ "requires": {} }, "markdown-it-highlightjs": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.5.0.tgz", - "integrity": "sha512-ENlFiNFSKwnXD0umIzyhpFe5JtetdQnSYhwTdC72VU3C69uVpk1Mn3sPv1Ov8opVE2nv7SaS97QbY/aEH7PUzw==", + "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": "^10.7.2", + "highlight.js": "^11.3.1", "lodash.flow": "^3.5.0" + }, + "dependencies": { + "highlight.js": { + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==" + } } }, "markdown-link": { diff --git a/package.json b/package.json index 8bc5f1c8..adccbf71 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "cronstrue": "^1.122.0", "crypto-js": "^4.1.1", "markdown-it-anchor": "^8.4.1", - "markdown-it-highlightjs": "^3.5.0", + "markdown-it-highlightjs": "^3.6.0", "nuxt": "^2.15.8", "nuxt-i18n": "^6.28.1", "qrcode.vue": "^3.3.3",