From 57a91dc6ace450b8f573daef48f6bd62c95211d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:46:44 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.27.5 to 0.27.6 (#384) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.5 to 0.27.6. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.27.5...v0.27.6) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 740459a..2710777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "conventional-changelog-conventionalcommits": "8.0.0", "cross-env": "7.0.3", "cz-git": "1.11.0", - "typedoc": "0.27.5", + "typedoc": "0.27.6", "typedoc-plugin-markdown": "4.3.3", "typescript": "5.7.2" }, @@ -3397,9 +3397,9 @@ } }, "node_modules/typedoc": { - "version": "0.27.5", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.5.tgz", - "integrity": "sha512-x+fhKJtTg4ozXwKayh/ek4wxZQI/+2hmZUdO2i2NGDBRUflDble70z+ewHod3d4gRpXSO6fnlnjbDTnJk7HlkQ==", + "version": "0.27.6", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.6.tgz", + "integrity": "sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw==", "dev": true, "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", diff --git a/package.json b/package.json index 14cb29f..80c3c19 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "conventional-changelog-conventionalcommits": "8.0.0", "cross-env": "7.0.3", "cz-git": "1.11.0", - "typedoc": "0.27.5", + "typedoc": "0.27.6", "typedoc-plugin-markdown": "4.3.3", "typescript": "5.7.2" },