From 873117f4399f41ecc1e9ef0f711f62b785882689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:18:49 +0000 Subject: [PATCH] chore(deps): update dependency markdown-it to v13.0.2 --- package.json | 2 +- pnpm-lock.yaml | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b05433429..8cb828ce7 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "axios": "1.5.0", "clean-css": "5.3.2", "luxon": "3.4.3", - "markdown-it": "13.0.1", + "markdown-it": "13.0.2", "markdown-it-anchor": "8.6.7", "markdown-it-table-of-contents": "0.6.0", "markdownlint-cli": "0.37.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 54c875719..afc49454a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,11 +39,11 @@ devDependencies: specifier: 3.4.3 version: 3.4.3 markdown-it: - specifier: 13.0.1 - version: 13.0.1 + specifier: 13.0.2 + version: 13.0.2 markdown-it-anchor: specifier: 8.6.7 - version: 8.6.7(@types/markdown-it@12.2.3)(markdown-it@13.0.1) + version: 8.6.7(@types/markdown-it@12.2.3)(markdown-it@13.0.2) markdown-it-table-of-contents: specifier: 0.6.0 version: 0.6.0 @@ -163,7 +163,7 @@ packages: kleur: 4.1.5 liquidjs: 10.8.4 luxon: 3.4.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 micromatch: 4.0.5 minimist: 1.2.8 moo: 0.5.2 @@ -1257,14 +1257,14 @@ packages: engines: {node: '>=12'} dev: true - /markdown-it-anchor@8.6.7(@types/markdown-it@12.2.3)(markdown-it@13.0.1): + /markdown-it-anchor@8.6.7(@types/markdown-it@12.2.3)(markdown-it@13.0.2): resolution: {integrity: sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==} peerDependencies: '@types/markdown-it': '*' markdown-it: '*' dependencies: '@types/markdown-it': 12.2.3 - markdown-it: 13.0.1 + markdown-it: 13.0.2 dev: true /markdown-it-table-of-contents@0.6.0: @@ -1283,6 +1283,17 @@ packages: uc.micro: 1.0.6 dev: true + /markdown-it@13.0.2: + resolution: {integrity: sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==} + hasBin: true + dependencies: + argparse: 2.0.1 + entities: 3.0.1 + linkify-it: 4.0.1 + mdurl: 1.0.1 + uc.micro: 1.0.6 + dev: true + /markdownlint-cli@0.37.0: resolution: {integrity: sha512-hNKAc0bWBBuVhJbSWbUhRzavstiB4o1jh3JeSpwC4/dt6eJ54lRfYHRxVdzVp4qGWBKbeE6Pg490PFEfrKjqSg==} engines: {node: '>=16'}