diff --git a/package.json b/package.json index 5ae466d..b8b5c6e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "format": "prettier --write ." }, "dependencies": { - "@mdit/plugin-footnote": "^0.12.0", + "@mdit/plugin-footnote": "^0.13.0", "@mdit/plugin-img-mark": "^0.12.0", "aplos": "2.5.0", "prettier": "^3.3.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4253aa8..5602ff4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@mdit/plugin-footnote': - specifier: ^0.12.0 - version: 0.12.0(markdown-it@14.1.0) + specifier: ^0.13.0 + version: 0.13.0(markdown-it@14.1.0) '@mdit/plugin-img-mark': specifier: ^0.12.0 version: 0.12.0(markdown-it@14.1.0) @@ -322,8 +322,8 @@ packages: markdown-it: optional: true - '@mdit/plugin-footnote@0.12.0': - resolution: {integrity: sha512-9B+bJdMndCPoA9De9bxRm4/fyz02PHRcttOyuyPJ3G+wCAgIN1c/7CB8ViT1YJuECUjLogJQ/rrgqh7f0LTqLQ==} + '@mdit/plugin-footnote@0.13.0': + resolution: {integrity: sha512-cJBOCye9sFFl2mFhZpkdq6X/OFd3PIg4l0zVZiKbFFxcmzvUmTlAL/QpkYHOyPMt3oy9w5CgEURu/D268PlvCw==} engines: {node: '>= 18'} peerDependencies: markdown-it: ^14.1.0 @@ -456,6 +456,9 @@ packages: '@types/markdown-it@14.1.1': resolution: {integrity: sha512-4NpsnpYl2Gt1ljyBGrKMxFYAYvpqbnnkgP/i/g+NLpjEUa3obn1XJCur9YbEXKDAkaXqsR1LbDnGEJ0MmKFxfg==} + '@types/markdown-it@14.1.2': + resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==} + '@types/mdurl@2.0.0': resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} @@ -1428,9 +1431,9 @@ snapshots: optionalDependencies: markdown-it: 14.1.0 - '@mdit/plugin-footnote@0.12.0(markdown-it@14.1.0)': + '@mdit/plugin-footnote@0.13.0(markdown-it@14.1.0)': dependencies: - '@types/markdown-it': 14.1.1 + '@types/markdown-it': 14.1.2 markdown-it: 14.1.0 '@mdit/plugin-img-mark@0.12.0(markdown-it@14.1.0)': @@ -1526,6 +1529,11 @@ snapshots: '@types/linkify-it': 5.0.0 '@types/mdurl': 2.0.0 + '@types/markdown-it@14.1.2': + dependencies: + '@types/linkify-it': 5.0.0 + '@types/mdurl': 2.0.0 + '@types/mdurl@2.0.0': {} '@types/unist@3.0.2': {}