diff --git a/package.json b/package.json index 6e15a449107fb0..b2ab2e8b97662e 100644 --- a/package.json +++ b/package.json @@ -296,7 +296,7 @@ "@types/markdown-it": "14.1.2", "@types/markdown-table": "2.0.0", "@types/marshal": "0.5.3", - "@types/mdast": "3.0.15", + "@types/mdast": "4.0.4", "@types/moo": "0.5.10", "@types/ms": "0.7.34", "@types/node": "20.17.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d4e80254f263a..d0323d6a3da770 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -461,8 +461,8 @@ importers: specifier: 0.5.3 version: 0.5.3 '@types/mdast': - specifier: 3.0.15 - version: 3.0.15 + specifier: 4.0.4 + version: 4.0.4 '@types/moo': specifier: 0.5.10 version: 0.5.10 @@ -2106,6 +2106,9 @@ packages: '@types/mdast@3.0.15': resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} + '@types/mdast@4.0.4': + resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} + '@types/mdurl@2.0.0': resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} @@ -8842,6 +8845,10 @@ snapshots: dependencies: '@types/unist': 2.0.11 + '@types/mdast@4.0.4': + dependencies: + '@types/unist': 2.0.11 + '@types/mdurl@2.0.0': {} '@types/minimist@1.2.5': {}