mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency markdown-it-mark to v3 (#11127)
This commit is contained in:
parent
8631f4cfd2
commit
42faad9ee7
2 changed files with 5 additions and 5 deletions
|
@ -94,7 +94,7 @@
|
|||
"markdown-it": "10.0.0",
|
||||
"markdown-it-footnote": "3.0.2",
|
||||
"markdown-it-lazy-headers": "0.1.3",
|
||||
"markdown-it-mark": "2.0.0",
|
||||
"markdown-it-mark": "3.0.0",
|
||||
"metascraper": "5.6.6",
|
||||
"metascraper-author": "5.6.6",
|
||||
"metascraper-description": "5.6.6",
|
||||
|
|
|
@ -5166,10 +5166,10 @@ markdown-it-lazy-headers@0.1.3:
|
|||
resolved "https://registry.yarnpkg.com/markdown-it-lazy-headers/-/markdown-it-lazy-headers-0.1.3.tgz#e70dd4da79c87a9ce82ca4701b8b7c0e2d72297b"
|
||||
integrity sha1-5w3U2nnIepzoLKRwG4t8Di1yKXs=
|
||||
|
||||
markdown-it-mark@2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/markdown-it-mark/-/markdown-it-mark-2.0.0.tgz#46a1aa947105aed8188978e0a016179e404f42c7"
|
||||
integrity sha1-RqGqlHEFrtgYiXjgoBYXnkBPQsc=
|
||||
markdown-it-mark@3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/markdown-it-mark/-/markdown-it-mark-3.0.0.tgz#27c3e39ef3cc310b2dde5375082c9fa912983cda"
|
||||
integrity sha512-HqMWeKfMMOu4zBO0emmxsoMWmbf2cPKZY1wP6FsTbKmicFfp5y4L3KXAsNeO1rM6NTJVOrNlLKMPjWzriBGspw==
|
||||
|
||||
markdown-it@10.0.0:
|
||||
version "10.0.0"
|
||||
|
|
Loading…
Reference in a new issue