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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-27 00:06:42 +00:00 committed by GitHub
parent c71811c343
commit 41798296d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 10 deletions

33
package-lock.json generated
View file

@ -24,7 +24,7 @@
"cronstrue": "^1.122.0", "cronstrue": "^1.122.0",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"markdown-it-anchor": "^8.4.1", "markdown-it-anchor": "^8.4.1",
"markdown-it-highlightjs": "^3.5.0", "markdown-it-highlightjs": "^3.6.0",
"nuxt": "^2.15.8", "nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1", "nuxt-i18n": "^6.28.1",
"qrcode.vue": "^3.3.3", "qrcode.vue": "^3.3.3",
@ -16864,14 +16864,22 @@
} }
}, },
"node_modules/markdown-it-highlightjs": { "node_modules/markdown-it-highlightjs": {
"version": "3.5.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.5.0.tgz", "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.6.0.tgz",
"integrity": "sha512-ENlFiNFSKwnXD0umIzyhpFe5JtetdQnSYhwTdC72VU3C69uVpk1Mn3sPv1Ov8opVE2nv7SaS97QbY/aEH7PUzw==", "integrity": "sha512-ex+Lq3cVkprh0GpGwFyc53A/rqY6GGzopPCG1xMsf8Ya3XtGC8Uw9tChN1rWbpyDae7tBBhVHVcMM29h4Btamw==",
"dependencies": { "dependencies": {
"highlight.js": "^10.7.2", "highlight.js": "^11.3.1",
"lodash.flow": "^3.5.0" "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": { "node_modules/markdown-it/node_modules/entities": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
@ -38517,12 +38525,19 @@
"requires": {} "requires": {}
}, },
"markdown-it-highlightjs": { "markdown-it-highlightjs": {
"version": "3.5.0", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.5.0.tgz", "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-3.6.0.tgz",
"integrity": "sha512-ENlFiNFSKwnXD0umIzyhpFe5JtetdQnSYhwTdC72VU3C69uVpk1Mn3sPv1Ov8opVE2nv7SaS97QbY/aEH7PUzw==", "integrity": "sha512-ex+Lq3cVkprh0GpGwFyc53A/rqY6GGzopPCG1xMsf8Ya3XtGC8Uw9tChN1rWbpyDae7tBBhVHVcMM29h4Btamw==",
"requires": { "requires": {
"highlight.js": "^10.7.2", "highlight.js": "^11.3.1",
"lodash.flow": "^3.5.0" "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": { "markdown-link": {

View file

@ -51,7 +51,7 @@
"cronstrue": "^1.122.0", "cronstrue": "^1.122.0",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"markdown-it-anchor": "^8.4.1", "markdown-it-anchor": "^8.4.1",
"markdown-it-highlightjs": "^3.5.0", "markdown-it-highlightjs": "^3.6.0",
"nuxt": "^2.15.8", "nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1", "nuxt-i18n": "^6.28.1",
"qrcode.vue": "^3.3.3", "qrcode.vue": "^3.3.3",