diff --git a/package-lock.json b/package-lock.json index da118479..25579fd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "sass": "^1.99.0", "stylelint": "^17.6.0", "tslib": "^2.8.1", - "typedoc": "^0.28.18", + "typedoc": "^0.28.19", "typedoc-plugin-missing-exports": "^4.1.3", "typescript": "^6.0.3", "typescript-plugin-css-modules": "^5.2.0", @@ -12789,17 +12789,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 dc282e35..76bcbfe1 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "sass": "^1.99.0", "stylelint": "^17.6.0", "tslib": "^2.8.1", - "typedoc": "^0.28.18", + "typedoc": "^0.28.19", "typedoc-plugin-missing-exports": "^4.1.3", "typescript": "^6.0.3", "typescript-plugin-css-modules": "^5.2.0",