diff --git a/package-lock.json b/package-lock.json index ecb32297..69c8b21f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "eslint-config-biome": "^2.1.3", "htmlparser2": "^10.1.0", "typedoc": "^0.28.18", - "typedoc-plugin-missing-exports": "^4.1.2", + "typedoc-plugin-missing-exports": "^4.1.3", "typescript": "^5.9.3", "typescript-eslint": "^8.58.0", "vitest": "^4.1.2" @@ -3607,9 +3607,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 1237ab51..d36f46e9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-config-biome": "^2.1.3", "htmlparser2": "^10.1.0", "typedoc": "^0.28.18", - "typedoc-plugin-missing-exports": "^4.1.2", + "typedoc-plugin-missing-exports": "^4.1.3", "typescript": "^5.9.3", "typescript-eslint": "^8.58.0", "vitest": "^4.1.2"