From ef00300556d146c3beb4c7230039032c17334cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:22:36 +0000 Subject: [PATCH] build(deps-dev): Bump typedoc-plugin-missing-exports from 4.1.3 to 4.1.4 Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 4.1.3 to 4.1.4. - [Changelog](https://github.com/Gerrit0/typedoc-plugin-missing-exports/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-missing-exports/compare/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: typedoc-plugin-missing-exports dependency-version: 4.1.4 dependency-type: direct:development 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 7838537c..a374f3ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-config-biome": "^2.1.3", "htmlparser2": "^12.0.0", "typedoc": "^0.28.20", - "typedoc-plugin-missing-exports": "^4.1.3", + "typedoc-plugin-missing-exports": "^4.1.4", "typescript": "^6.0.3", "typescript-eslint": "^8.62.1", "vitest": "^4.1.10" @@ -3654,9 +3654,9 @@ } }, "node_modules/typedoc-plugin-missing-exports": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-4.1.3.tgz", - "integrity": "sha512-tgrlnwzXbqMP2/3BaZk0atddPsD7UnpCoeQ0cUCtk624gODT1bLYOLBEJLXQyVmbnP8HZCMhHpRiR+rxSdZqhg==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-4.1.4.tgz", + "integrity": "sha512-tIay6z6MRb/4+mfWgKNPR6qEM5rz9S8rTiz0JWmSb/66A6AlZIl9q+1lAFygj4n8GHH1fsqKYQNt9JbNcuE0Uw==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index d62b2e70..2aca71a4 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-config-biome": "^2.1.3", "htmlparser2": "^12.0.0", "typedoc": "^0.28.20", - "typedoc-plugin-missing-exports": "^4.1.3", + "typedoc-plugin-missing-exports": "^4.1.4", "typescript": "^6.0.3", "typescript-eslint": "^8.62.1", "vitest": "^4.1.10"