From c198482087346824d6d46fa5545b75ec7089feb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:59:54 +0000 Subject: [PATCH] chore(deps): bump typedoc-plugin-missing-exports from 3.0.0 to 3.1.0 Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 3.0.0 to 3.1.0. - [Changelog](https://github.com/Gerrit0/typedoc-plugin-missing-exports/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-missing-exports/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: typedoc-plugin-missing-exports dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5829a4f..07823d2 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "source-map-support": "^0.5.21", "ts-node": "^10.9.2", "typedoc": "^0.26.5", - "typedoc-plugin-missing-exports": "^3.0.0", + "typedoc-plugin-missing-exports": "^3.1.0", "typescript": "^5.5.4", "wireit": "^0.14.12" }, diff --git a/yarn.lock b/yarn.lock index 33f6aec..cad0675 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4084,10 +4084,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typedoc-plugin-missing-exports@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.0.0.tgz#47ab7cf9b91967f50550b7f07549ed1b743f3726" - integrity sha512-R7D8fYrK34mBFZSlF1EqJxfqiUSlQSmyrCiQgTQD52nNm6+kUtqwiaqaNkuJ2rA2wBgWFecUA8JzHT7x2r7ePg== +typedoc-plugin-missing-exports@^3.1.0: + version "3.1.0" + resolved "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.1.0.tgz#cab4952c19cae1ab3f91cbbf2d7d17564682b023" + integrity sha512-Sogbaj+qDa21NjB3SlIw4JXSwmcl/WOjwiPNaVEcPhpNG/MiRTtpwV81cT7h1cbu9StpONFPbddYWR0KV/fTWA== typedoc@^0.26.5: version "0.26.5"