From d2a08bb95c7f54c2f9292ee3c36f2ace26db0559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:04:06 +0000 Subject: [PATCH] chore(deps): update dependency typedoc to v0.25.6 --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 8a7054a..de949f4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lint-staged": "13.0.3", "prettier": "2.7.1", "ts-node": "^10.9.1", - "typedoc": "0.25.1", + "typedoc": "0.25.6", "typescript": "~5.2.2" }, "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 60512c0..440b2d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,8 +86,8 @@ devDependencies: specifier: ^10.9.1 version: 10.9.1(@swc/core@1.3.18)(@types/node@18.11.9)(typescript@5.2.2) typedoc: - specifier: 0.25.1 - version: 0.25.1(typescript@5.2.2) + specifier: 0.25.6 + version: 0.25.6(typescript@5.2.2) typescript: specifier: ~5.2.2 version: 5.2.2 @@ -2718,8 +2718,8 @@ packages: vscode-textmate: 5.2.0 dev: true - /shiki@0.14.4: - resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==} + /shiki@0.14.7: + resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==} dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.0 @@ -3122,17 +3122,17 @@ packages: typescript: 5.2.2 dev: true - /typedoc@0.25.1(typescript@5.2.2): - resolution: {integrity: sha512-c2ye3YUtGIadxN2O6YwPEXgrZcvhlZ6HlhWZ8jQRNzwLPn2ylhdGqdR8HbyDRyALP8J6lmSANILCkkIdNPFxqA==} + /typedoc@0.25.6(typescript@5.2.2): + resolution: {integrity: sha512-1rdionQMpOkpA58qfym1J+YD+ukyA1IEIa4VZahQI2ZORez7dhOvEyUotQL/8rSoMBopdzOS+vAIsORpQO4cTA==} engines: {node: '>= 16'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x dependencies: lunr: 2.3.9 marked: 4.3.0 minimatch: 9.0.3 - shiki: 0.14.4 + shiki: 0.14.7 typescript: 5.2.2 dev: true