From eadc761f8dace0f12d55896b2f1a5be53867b9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 01:03:34 +0000 Subject: [PATCH] chore(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 5c0b32f4e..0e1347e63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "jsdom": "^27.4.0", "tslib": "^2.8.1", "typedoc": "^0.28.19", - "typedoc-plugin-missing-exports": "^4.1.3", + "typedoc-plugin-missing-exports": "^4.1.4", "typescript": "^5.9.3", "vite": "^7.3.6", "vitest": "^4.1.9" @@ -9848,9 +9848,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 b3cad16fd..858147889 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "jsdom": "^27.4.0", "tslib": "^2.8.1", "typedoc": "^0.28.19", - "typedoc-plugin-missing-exports": "^4.1.3", + "typedoc-plugin-missing-exports": "^4.1.4", "typescript": "^5.9.3", "vite": "^7.3.6", "vitest": "^4.1.9"