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"