diff --git a/package-lock.json b/package-lock.json index fdce89c8a5..7c718a09cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "typedoc": "0.28.20", "typedoc-plugin-markdown": "4.12.0", "typedoc-plugin-mermaid": "1.12.0", - "typedoc-plugin-missing-exports": "4.1.3", + "typedoc-plugin-missing-exports": "4.1.4", "typescript": "6.0.3", "typescript-eslint": "8.63.0", "vite": "8.1.3", @@ -12287,9 +12287,9 @@ "license": "MIT" }, "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 e88a0b19c0..fc5892b0fd 100644 --- a/package.json +++ b/package.json @@ -237,7 +237,7 @@ "typedoc": "0.28.20", "typedoc-plugin-markdown": "4.12.0", "typedoc-plugin-mermaid": "1.12.0", - "typedoc-plugin-missing-exports": "4.1.3", + "typedoc-plugin-missing-exports": "4.1.4", "typescript": "6.0.3", "typescript-eslint": "8.63.0", "vite": "8.1.3",