From 3d7aef0f16dd7bf8defb5e58308a9302e62f7177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 01:29:03 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-missing-exports from 4.1.2 to 4.1.3 Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 4.1.2 to 4.1.3. - [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.2...v4.1.3) --- updated-dependencies: - dependency-name: typedoc-plugin-missing-exports dependency-version: 4.1.3 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 82933fd7..06a88430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "stylelint": "^17.6.0", "tslib": "^2.8.1", "typedoc": "^0.28.18", - "typedoc-plugin-missing-exports": "^4.1.2", + "typedoc-plugin-missing-exports": "^4.1.3", "typescript": "^6.0.2", "typescript-plugin-css-modules": "^5.2.0", "vite": "^7.3.1", @@ -12813,9 +12813,9 @@ } }, "node_modules/typedoc-plugin-missing-exports": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-4.1.2.tgz", - "integrity": "sha512-WNoeWX9+8X3E3riuYPduilUTFefl1K+Z+5bmYqNeH5qcWjtnTRMbRzGdEQ4XXn1WEO4WCIlU0vf46Ca2y/mspg==", + "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==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 8b95e5ef..7be2b573 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "stylelint": "^17.6.0", "tslib": "^2.8.1", "typedoc": "^0.28.18", - "typedoc-plugin-missing-exports": "^4.1.2", + "typedoc-plugin-missing-exports": "^4.1.3", "typescript": "^6.0.2", "typescript-plugin-css-modules": "^5.2.0", "vite": "^7.3.1",