From 4d4f631ab42aa68ba837824da6aa34c8696d0341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:08:33 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.26.7 to 0.26.10 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.7 to 0.26.10. - [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.26.7...v0.26.10) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 45cc329af..09217b31f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "pretty-quick": "^4.0.0", "rimraf": "^6.0.1", "ts-node": "^10.9.1", - "typedoc": "0.26.7", + "typedoc": "0.26.10", "typedoc-plugin-markdown": "^4.0.3", "typescript": "^5.2.2", "vitest": "^1.1.1" @@ -5019,9 +5019,9 @@ } }, "node_modules/typedoc": { - "version": "0.26.7", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.7.tgz", - "integrity": "sha512-gUeI/Wk99vjXXMi8kanwzyhmeFEGv1LTdTQsiyIsmSYsBebvFxhbcyAx7Zjo4cMbpLGxM4Uz3jVIjksu/I2v6Q==", + "version": "0.26.10", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.10.tgz", + "integrity": "sha512-xLmVKJ8S21t+JeuQLNueebEuTVphx6IrP06CdV7+0WVflUSW3SPmR+h1fnWVdAR/FQePEgsSWCUHXqKKjzuUAw==", "dev": true, "dependencies": { "lunr": "^2.3.9", diff --git a/package.json b/package.json index 37adbd8a4..a648a4cef 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "pretty-quick": "^4.0.0", "rimraf": "^6.0.1", "ts-node": "^10.9.1", - "typedoc": "0.26.7", + "typedoc": "0.26.10", "typedoc-plugin-markdown": "^4.0.3", "typescript": "^5.2.2", "vitest": "^1.1.1"