diff --git a/package-lock.json b/package-lock.json index bcc579d..6068841 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/vite-config": "^2.5.2", "@vitest/coverage-v8": "^4.1.4", "eslint": "^9.39.2", - "typedoc": "^0.28.18", + "typedoc": "^0.28.19", "typescript": "^6.0.2", "vite": "^7.3.2", "vitest": "^4.0.7" @@ -6969,17 +6969,17 @@ } }, "node_modules/typedoc": { - "version": "0.28.18", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.18.tgz", - "integrity": "sha512-NTWTUOFRQ9+SGKKTuWKUioUkjxNwtS3JDRPVKZAXGHZy2wCA8bdv2iJiyeePn0xkmK+TCCqZFT0X7+2+FLjngA==", + "version": "0.28.19", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.28.19.tgz", + "integrity": "sha512-wKh+lhdmMFivMlc6vRRcMGXeGEHGU2g8a2CkPTJjJlwRf1iXbimWIPcFolCqe4E0d/FRtGszpIrsp3WLpDB8Pw==", "dev": true, "license": "Apache-2.0", "dependencies": { "@gerrit0/mini-shiki": "^3.23.0", "lunr": "^2.3.9", "markdown-it": "^14.1.1", - "minimatch": "^10.2.4", - "yaml": "^2.8.2" + "minimatch": "^10.2.5", + "yaml": "^2.8.3" }, "bin": { "typedoc": "bin/typedoc" diff --git a/package.json b/package.json index 563a50e..2751cf6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nextcloud/vite-config": "^2.5.2", "@vitest/coverage-v8": "^4.1.4", "eslint": "^9.39.2", - "typedoc": "^0.28.18", + "typedoc": "^0.28.19", "typescript": "^6.0.2", "vite": "^7.3.2", "vitest": "^4.0.7"