chore(deps): update dependency markdown-it to v9.1.0
This commit is contained in:
parent
580fa1f3e7
commit
520c848af6
3 changed files with 8 additions and 8 deletions
6
docs/package-lock.json
generated
6
docs/package-lock.json
generated
|
|
@ -6801,9 +6801,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"markdown-it": {
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-9.0.1.tgz",
|
||||
"integrity": "sha512-XC9dMBHg28Xi7y5dPuLjM61upIGPJG8AiHNHYqIaXER2KNnn7eKnM5/sF0ImNnyoV224Ogn9b1Pck8VH4k0bxw==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-9.1.0.tgz",
|
||||
"integrity": "sha512-xHKG4C8iPriyfu/jc2hsCC045fKrMQ0VexX2F1FGYiRxDxqMB2aAhF8WauJ3fltn2kb90moGBkiiEdooGIg55w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"argparse": "^1.0.7",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"inquirer": "6.5.1",
|
||||
"live-server": "1.2.1",
|
||||
"lodash": "4.17.15",
|
||||
"markdown-it": "9.0.1",
|
||||
"markdown-it": "9.1.0",
|
||||
"markdown-it-anchor": "5.2.4",
|
||||
"markdown-it-classy": "0.2.0",
|
||||
"markdown-it-highlightjs": "3.0.0",
|
||||
|
|
|
|||
|
|
@ -4769,10 +4769,10 @@ markdown-it-highlightjs@3.0.0:
|
|||
highlight.js "^9.9.0"
|
||||
lodash.flow "^3.1.0"
|
||||
|
||||
markdown-it@9.0.1:
|
||||
version "9.0.1"
|
||||
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.0.1.tgz#aafe363c43718720b6575fd10625cde6e4ff2d47"
|
||||
integrity sha512-XC9dMBHg28Xi7y5dPuLjM61upIGPJG8AiHNHYqIaXER2KNnn7eKnM5/sF0ImNnyoV224Ogn9b1Pck8VH4k0bxw==
|
||||
markdown-it@9.1.0:
|
||||
version "9.1.0"
|
||||
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-9.1.0.tgz#df9601c168568704d554b1fff9af0c5b561168d9"
|
||||
integrity sha512-xHKG4C8iPriyfu/jc2hsCC045fKrMQ0VexX2F1FGYiRxDxqMB2aAhF8WauJ3fltn2kb90moGBkiiEdooGIg55w==
|
||||
dependencies:
|
||||
argparse "^1.0.7"
|
||||
entities "~1.1.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue