From df69ae009ae0fb815d5f1bfcd5570b8d1e4908eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:20:49 +0000 Subject: [PATCH] chore(deps): bump typedoc from 0.27.4 to 0.27.5 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.4 to 0.27.5. - [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.4...v0.27.5) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c51e06075..31b10babb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "serve": "^14.2.4", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typedoc": "^0.27.4", + "typedoc": "^0.27.5", "typescript": "5.1.6" }, "peerDependencies": { @@ -8715,11 +8715,10 @@ } }, "node_modules/typedoc": { - "version": "0.27.4", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.4.tgz", - "integrity": "sha512-wXPQs1AYC2Crk+1XFpNuutLIkNWleokZf1UNf/X8w9KsMnirkvT+LzxTXDvfF6ug3TSLf3Xu5ZXRKGfoXPX7IA==", + "version": "0.27.5", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.5.tgz", + "integrity": "sha512-x+fhKJtTg4ozXwKayh/ek4wxZQI/+2hmZUdO2i2NGDBRUflDble70z+ewHod3d4gRpXSO6fnlnjbDTnJk7HlkQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", "lunr": "^2.3.9", diff --git a/package.json b/package.json index e6bf4acd7..c085f1a06 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "serve": "^14.2.4", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typedoc": "^0.27.4", + "typedoc": "^0.27.5", "typescript": "5.1.6" }, "dependencies": {