From d5ac940e12e84712ee19320757f7272f452fb81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:45:08 +0000 Subject: [PATCH] deps: bump typedoc from 0.25.7 to 0.25.13 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.7 to 0.25.13. - [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.25.7...v0.25.13) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- packages/neovim/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22950f6..fb54535 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8582,9 +8582,9 @@ } }, "node_modules/typedoc": { - "version": "0.25.7", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.7.tgz", - "integrity": "sha512-m6A6JjQRg39p2ZVRIN3NKXgrN8vzlHhOS+r9ymUYtcUP/TIQPvWSq7YgE5ZjASfv5Vd5BW5xrir6Gm2XNNcOow==", + "version": "0.25.13", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.13.tgz", + "integrity": "sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==", "dev": true, "dependencies": { "lunr": "^2.3.9", @@ -8599,7 +8599,7 @@ "node": ">= 16" }, "peerDependencies": { - "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" + "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 || 5.4.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { @@ -9048,7 +9048,7 @@ "jest": "^29.7.0", "jest-haste-map": "^29.7.0", "jest-resolve": "^29.6.1", - "typedoc": "^0.25.7", + "typedoc": "^0.25.13", "typescript": "^5.3.3" }, "engines": { @@ -14205,7 +14205,7 @@ "jest": "^29.7.0", "jest-haste-map": "^29.7.0", "jest-resolve": "^29.6.1", - "typedoc": "^0.25.7", + "typedoc": "^0.25.13", "typescript": "^5.3.3", "winston": "3.11.0" } @@ -15303,9 +15303,9 @@ } }, "typedoc": { - "version": "0.25.7", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.7.tgz", - "integrity": "sha512-m6A6JjQRg39p2ZVRIN3NKXgrN8vzlHhOS+r9ymUYtcUP/TIQPvWSq7YgE5ZjASfv5Vd5BW5xrir6Gm2XNNcOow==", + "version": "0.25.13", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.13.tgz", + "integrity": "sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==", "dev": true, "requires": { "lunr": "^2.3.9", diff --git a/packages/neovim/package.json b/packages/neovim/package.json index 908b538..4ffc113 100644 --- a/packages/neovim/package.json +++ b/packages/neovim/package.json @@ -64,7 +64,7 @@ "jest": "^29.7.0", "jest-haste-map": "^29.7.0", "jest-resolve": "^29.6.1", - "typedoc": "^0.25.7", + "typedoc": "^0.25.13", "typescript": "^5.3.3" }, "scripts": {