From b3ad3d38def6dacd38825bdfb7979107f569c953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 02:50:05 +0000 Subject: [PATCH] chore(deps): Bump typedoc-plugin-missing-exports from 3.0.0 to 3.0.2 Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 3.0.0 to 3.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: typedoc-plugin-missing-exports dependency-type: direct:production 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 46bb0939..643ec75b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/sharing": "^0.2.3", "cancelable-promise": "^4.3.1", "is-svg": "^5.1.0", - "typedoc-plugin-missing-exports": "^3.0.0", + "typedoc-plugin-missing-exports": "^3.0.2", "typescript-event-target": "^1.1.1", "webdav": "^5.7.1" }, @@ -9009,9 +9009,9 @@ } }, "node_modules/typedoc-plugin-missing-exports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.0.0.tgz", - "integrity": "sha512-R7D8fYrK34mBFZSlF1EqJxfqiUSlQSmyrCiQgTQD52nNm6+kUtqwiaqaNkuJ2rA2wBgWFecUA8JzHT7x2r7ePg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.0.2.tgz", + "integrity": "sha512-c1fS9h4MBOgf6OMN1fPHvMjWvR1f9npaGT6YA5ZWjqo28yJpoX1rtS4BonP0Nosk0RIBV/Ra6WGL6dyi1RM0fw==", "peerDependencies": { "typedoc": "0.26.x" } diff --git a/package.json b/package.json index 43fbb7e2..b45f0454 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@nextcloud/sharing": "^0.2.3", "cancelable-promise": "^4.3.1", "is-svg": "^5.1.0", - "typedoc-plugin-missing-exports": "^3.0.0", + "typedoc-plugin-missing-exports": "^3.0.2", "typescript-event-target": "^1.1.1", "webdav": "^5.7.1" }