From 4043e0866db4766c3e46a6b76e99554e83f01859 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:49:25 +0000 Subject: [PATCH] chore(deps): update dependency typedoc to v0.27.1 (#268) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f525a24..3a3427e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "serve": "14.2.4", "tshy": "3.0.2", "tsx": "4.19.2", - "typedoc": "0.27.0", + "typedoc": "0.27.1", "typedoc-github-theme": "0.1.2", "typedoc-plugin-mdn-links": "4.0.1", "typescript": "5.7.2", @@ -8242,9 +8242,9 @@ } }, "node_modules/typedoc": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.0.tgz", - "integrity": "sha512-7AkTJhFdhsihthaBFHNpj5iFdLyR7FpQqXM+IABJmE1/qTjWypirCLrheToUP3fjpWHN1Drn3K7PWH1t37KvNQ==", + "version": "0.27.1", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.1.tgz", + "integrity": "sha512-cbFtNFpkCtHAHRvMnCDdtM2+xhO2uiJAcw4ooLmVMuaY9yLJswKvi6wOwPZgTnKKnm/HKpO/Ub6DVk4KRf/vRg==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 2798004..3708f7b 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "serve": "14.2.4", "tshy": "3.0.2", "tsx": "4.19.2", - "typedoc": "0.27.0", + "typedoc": "0.27.1", "typedoc-github-theme": "0.1.2", "typedoc-plugin-mdn-links": "4.0.1", "typescript": "5.7.2",