From 6053f44b57758a69726af50406c68b02a320ae31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:06:35 +0000 Subject: [PATCH] Bump typedoc-plugin-missing-exports from 1.0.0 to 3.1.0 Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 1.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/v1.0.0...v3.1.0) --- updated-dependencies: - dependency-name: typedoc-plugin-missing-exports dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/miro-api/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/miro-api/package.json b/packages/miro-api/package.json index af1cc7d5..f71ac01d 100644 --- a/packages/miro-api/package.json +++ b/packages/miro-api/package.json @@ -31,7 +31,7 @@ "@types/node-fetch": "^2.6.4", "jest": "^29.7.0", "typedoc": "^0.23.25", - "typedoc-plugin-missing-exports": "^1.0.0", + "typedoc-plugin-missing-exports": "^3.1.0", "typescript": "^4.0" }, "jest": { diff --git a/yarn.lock b/yarn.lock index 12d19289..51933fc6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4931,10 +4931,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typedoc-plugin-missing-exports@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-1.0.0.tgz#7212a2cfaba7b48264df4b4110f3a5684b5c49a1" - integrity sha512-7s6znXnuAj1eD9KYPyzVzR1lBF5nwAY8IKccP5sdoO9crG4lpd16RoFpLsh2PccJM+I2NASpr0+/NMka6ThwVA== +typedoc-plugin-missing-exports@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.1.0.tgz#cab4952c19cae1ab3f91cbbf2d7d17564682b023" + integrity sha512-Sogbaj+qDa21NjB3SlIw4JXSwmcl/WOjwiPNaVEcPhpNG/MiRTtpwV81cT7h1cbu9StpONFPbddYWR0KV/fTWA== typedoc@^0.23.25: version "0.23.28"