mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
chore(deps): update dependency markdown-it to v14.1.1 [security]
This commit is contained in:
parent
47bc63f657
commit
60c2c54d70
2 changed files with 20 additions and 7 deletions
|
|
@ -22,7 +22,7 @@
|
|||
"@uncenter/eleventy-plugin-toc": "1.0.3",
|
||||
"cspell": "9.6.0",
|
||||
"halfmoon": "2.0.2",
|
||||
"markdown-it": "14.1.0",
|
||||
"markdown-it": "14.1.1",
|
||||
"markdown-it-anchor": "9.2.0",
|
||||
"markdownlint-cli2": "0.20.0",
|
||||
"pagefind": "1.4.0",
|
||||
|
|
|
|||
|
|
@ -39,11 +39,11 @@ importers:
|
|||
specifier: 2.0.2
|
||||
version: 2.0.2
|
||||
markdown-it:
|
||||
specifier: 14.1.0
|
||||
version: 14.1.0
|
||||
specifier: 14.1.1
|
||||
version: 14.1.1
|
||||
markdown-it-anchor:
|
||||
specifier: 9.2.0
|
||||
version: 9.2.0(@types/markdown-it@14.1.2)(markdown-it@14.1.0)
|
||||
version: 9.2.0(@types/markdown-it@14.1.2)(markdown-it@14.1.1)
|
||||
markdownlint-cli2:
|
||||
specifier: 0.20.0
|
||||
version: 0.20.0
|
||||
|
|
@ -1103,6 +1103,10 @@ packages:
|
|||
resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==}
|
||||
hasBin: true
|
||||
|
||||
markdown-it@14.1.1:
|
||||
resolution: {integrity: sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==}
|
||||
hasBin: true
|
||||
|
||||
markdownlint-cli2-formatter-default@0.0.6:
|
||||
resolution: {integrity: sha512-VVDGKsq9sgzu378swJ0fcHfSicUnMxnL8gnLm/Q4J/xsNJ4e5bA6lvAz7PCzIl0/No0lHyaWdqVD2jotxOSFMQ==}
|
||||
peerDependencies:
|
||||
|
|
@ -1634,7 +1638,7 @@ snapshots:
|
|||
kleur: 4.1.5
|
||||
liquidjs: 10.24.0
|
||||
luxon: 3.7.2
|
||||
markdown-it: 14.1.0
|
||||
markdown-it: 14.1.1
|
||||
minimist: 1.2.8
|
||||
moo: 0.5.2
|
||||
node-retrieve-globals: 6.0.1
|
||||
|
|
@ -2591,10 +2595,10 @@ snapshots:
|
|||
|
||||
luxon@3.7.2: {}
|
||||
|
||||
markdown-it-anchor@9.2.0(@types/markdown-it@14.1.2)(markdown-it@14.1.0):
|
||||
markdown-it-anchor@9.2.0(@types/markdown-it@14.1.2)(markdown-it@14.1.1):
|
||||
dependencies:
|
||||
'@types/markdown-it': 14.1.2
|
||||
markdown-it: 14.1.0
|
||||
markdown-it: 14.1.1
|
||||
|
||||
markdown-it@14.1.0:
|
||||
dependencies:
|
||||
|
|
@ -2605,6 +2609,15 @@ snapshots:
|
|||
punycode.js: 2.3.1
|
||||
uc.micro: 2.1.0
|
||||
|
||||
markdown-it@14.1.1:
|
||||
dependencies:
|
||||
argparse: 2.0.1
|
||||
entities: 4.5.0
|
||||
linkify-it: 5.0.0
|
||||
mdurl: 2.0.0
|
||||
punycode.js: 2.3.1
|
||||
uc.micro: 2.1.0
|
||||
|
||||
markdownlint-cli2-formatter-default@0.0.6(markdownlint-cli2@0.20.0):
|
||||
dependencies:
|
||||
markdownlint-cli2: 0.20.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue