From 9e03d6fdfe8730ce3e1632d47bcf0121a534c0e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 09:25:31 +0200 Subject: [PATCH] chore(deps): update dependency @types/marked to v5 (#2411) --- docs/plugins/woodpecker-plugins/package.json | 2 +- docs/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/plugins/woodpecker-plugins/package.json b/docs/plugins/woodpecker-plugins/package.json index 367cf2b6d..13fd640da 100644 --- a/docs/plugins/woodpecker-plugins/package.json +++ b/docs/plugins/woodpecker-plugins/package.json @@ -14,7 +14,7 @@ "@docusaurus/theme-classic": "^2.4.1", "@docusaurus/types": "^2.4.1", "@tsconfig/docusaurus": "^1.0.7", - "@types/marked": "^4.3.1", + "@types/marked": "^5.0.0", "@types/node": "^18.17.1", "axios": "^1.0.0", "concurrently": "^7.6.0", diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 576200c46..62179bb70 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -99,8 +99,8 @@ importers: specifier: ^1.0.7 version: 1.0.7 '@types/marked': - specifier: ^4.3.1 - version: 4.3.1 + specifier: ^5.0.0 + version: 5.0.1 '@types/node': specifier: ^18.17.1 version: 18.17.1 @@ -3290,8 +3290,8 @@ packages: dependencies: '@types/node': 18.17.1 - /@types/marked@4.3.1: - resolution: {integrity: sha512-vSSbKZFbNktrQ15v7o1EaH78EbWV+sPQbPjHG+Cp8CaNcPFUEfjZ0Iml/V0bFDwsTlYe8o6XC5Hfdp91cqPV2g==} + /@types/marked@5.0.1: + resolution: {integrity: sha512-Y3pAUzHKh605fN6fvASsz5FDSWbZcs/65Q6xYRmnIP9ZIYz27T4IOmXfH9gWJV1dpi7f1e7z7nBGUTx/a0ptpA==} dev: true /@types/mdast@3.0.12: