From 0bc26ece5db227e39ebdb6c16995bce328c711cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:17:03 +0000 Subject: [PATCH] build(deps): bump @mdit/plugin-footnote from 0.12.0 to 0.13.0 Bumps [@mdit/plugin-footnote](https://github.com/mdit-plugins/mdit-plugins/tree/HEAD/packages/footnote) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/mdit-plugins/mdit-plugins/releases) - [Changelog](https://github.com/mdit-plugins/mdit-plugins/blob/main/packages/footnote/CHANGELOG.md) - [Commits](https://github.com/mdit-plugins/mdit-plugins/commits/v0.13.0/packages/footnote) --- updated-dependencies: - dependency-name: "@mdit/plugin-footnote" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) 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': {}