mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 07:16:15 -04:00
fix(deps): bump markdown-it-highlightjs from 3.5.0 to 3.6.0
This commit is contained in:
parent
ea3aa285d1
commit
fbf112f378
2 changed files with 25 additions and 10 deletions
33
package-lock.json
generated
33
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue