From c8e66d5be9b73fb47e084ff46d999749c91f3218 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:49:48 -0400 Subject: [PATCH] chore(deps): update dependency @types/markdown-it to v14 (#66) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 830a79fc..fdc4d699 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@semantic-release/git": "^10.0.1", "@shikijs/markdown-it": "^1.3.0", "@types/jsdom": "^21.1.6", - "@types/markdown-it": "^13.0.7", + "@types/markdown-it": "^14.0.0", "@types/markdown-it-attrs": "^4.1.3", "@types/markdown-it-emoji": "^2.0.4", "@types/markdown-it-footnote": "^3.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bf0e448f..8d61af5c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,7 +34,7 @@ importers: version: 2.0.0 markdown-it-anchor: specifier: ^8.6.7 - version: 8.6.7(@types/markdown-it@13.0.7)(markdown-it@14.0.0) + version: 8.6.7(@types/markdown-it@14.0.1)(markdown-it@14.0.0) markdown-it-attrs: specifier: ^4.1.6 version: 4.1.6(markdown-it@14.0.0) @@ -106,8 +106,8 @@ importers: specifier: ^21.1.6 version: 21.1.6 '@types/markdown-it': - specifier: ^13.0.7 - version: 13.0.7 + specifier: ^14.0.0 + version: 14.0.1 '@types/markdown-it-attrs': specifier: ^4.1.3 version: 4.1.3 @@ -1065,6 +1065,9 @@ packages: '@types/markdown-it@13.0.7': resolution: {integrity: sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==} + '@types/markdown-it@14.0.1': + resolution: {integrity: sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==} + '@types/mdast@3.0.15': resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} @@ -5704,21 +5707,26 @@ snapshots: '@types/markdown-it-attrs@4.1.3': dependencies: - '@types/markdown-it': 13.0.7 + '@types/markdown-it': 14.0.1 '@types/markdown-it-emoji@2.0.4': dependencies: - '@types/markdown-it': 13.0.7 + '@types/markdown-it': 14.0.1 '@types/markdown-it-footnote@3.0.3': dependencies: - '@types/markdown-it': 13.0.7 + '@types/markdown-it': 14.0.1 '@types/markdown-it@13.0.7': dependencies: '@types/linkify-it': 3.0.5 '@types/mdurl': 1.0.5 + '@types/markdown-it@14.0.1': + dependencies: + '@types/linkify-it': 3.0.5 + '@types/mdurl': 1.0.5 + '@types/mdast@3.0.15': dependencies: '@types/unist': 2.0.10 @@ -8110,9 +8118,9 @@ snapshots: markdown-it-abbr@2.0.0: {} - markdown-it-anchor@8.6.7(@types/markdown-it@13.0.7)(markdown-it@14.0.0): + markdown-it-anchor@8.6.7(@types/markdown-it@14.0.1)(markdown-it@14.0.0): dependencies: - '@types/markdown-it': 13.0.7 + '@types/markdown-it': 14.0.1 markdown-it: 14.0.0 markdown-it-attrs@4.1.6(markdown-it@14.0.0):