From e5a70d8b072f6564c79df4a905ac48dafa6ad885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 18:13:00 +0000 Subject: [PATCH] chore(deps): update dependency @types/markdown-it to v13.0.1 (#24215) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 62ec4c069b..253d1c49fc 100644 --- a/package.json +++ b/package.json @@ -286,7 +286,7 @@ "@types/linkify-markdown": "1.0.1", "@types/lodash": "4.14.197", "@types/luxon": "3.3.1", - "@types/markdown-it": "13.0.0", + "@types/markdown-it": "13.0.1", "@types/markdown-table": "2.0.0", "@types/marshal": "0.5.1", "@types/mdast": "3.0.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c334391fba..9adf28410b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -431,8 +431,8 @@ importers: specifier: 3.3.1 version: 3.3.1 '@types/markdown-it': - specifier: 13.0.0 - version: 13.0.0 + specifier: 13.0.1 + version: 13.0.1 '@types/markdown-table': specifier: 2.0.0 version: 2.0.0 @@ -3899,8 +3899,8 @@ packages: resolution: {integrity: sha512-XOS5nBcgEeP2PpcqJHjCWhUCAzGfXIU8ILOSLpx2FhxqMW9KdxgCGXNOEKGVBfveKtIpztHzKK5vSRVLyW/NqA==} dev: true - /@types/markdown-it@13.0.0: - resolution: {integrity: sha512-mPTaUl5glYfzdJFeCsvhXQwZKdyszNAZcMm5ZTP5SfpTu+vIbog7J3z8Fa4x/Fzv5TB4R6OA/pHBYIYmkYOWGQ==} + /@types/markdown-it@13.0.1: + resolution: {integrity: sha512-SUEb8Frsxs3D5Gg9xek6i6EG6XQ5s+O+ZdQzIPESZVZw3Pv3CPQfjCJBI+RgqZd1IBeu18S0Rn600qpPnEK37w==} dependencies: '@types/linkify-it': 3.0.2 '@types/mdurl': 1.0.2 -- GitLab