From 06a10e262636f695fcef41bcc21183f370dd7dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:56:22 +0000 Subject: [PATCH] Bump typedoc-plugin-missing-exports from 1.0.0 to 4.0.0 Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 1.0.0 to 4.0.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...v4.0.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 112da71f..9a78008f 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": "^4.0.0", "typescript": "^4.0" }, "jest": { diff --git a/yarn.lock b/yarn.lock index 946f8d18..aa034280 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4943,10 +4943,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@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-4.0.0.tgz#01916ce83173cb2e7b2942edfbe484f3bfbb0c8c" + integrity sha512-Z4ei+853xppDEhcqzyeyRs4+R0kUuKQWnMK1EtSTEd5LFkgkdW5Bdn8vfo/rsCGbYVJxOWU99fxgM1mROw5Fug== typedoc@^0.23.25: version "0.23.28"