diff --git a/package-lock.json b/package-lock.json index 0319d01..1e4c164 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@rollup/plugin-replace": "^5.0.7", "@rollup/plugin-typescript": "^12.1.1", "tslib": "^2.8.1", - "typedoc": "^0.27.2", + "typedoc": "^0.27.3", "typescript": "^5.7.2" }, "engines": { @@ -392,9 +392,9 @@ "dev": true }, "node_modules/typedoc": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.2.tgz", - "integrity": "sha512-C2ima5TZJHU3ecnRIz50lKd1BsYck5LhYQIy7MRPmjuSEJreUEAt+uAVcZgY7wZsSORzEI7xW8miZIdxv/cbmw==", + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.3.tgz", + "integrity": "sha512-oWT7zDS5oIaxYL5yOikBX4cL99CpNAZn6mI24JZQxsYuIHbtguSSwJ7zThuzNNwSE0wqhlfTSd99HgqKu2aQXQ==", "dev": true, "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", @@ -713,9 +713,9 @@ "dev": true }, "typedoc": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.2.tgz", - "integrity": "sha512-C2ima5TZJHU3ecnRIz50lKd1BsYck5LhYQIy7MRPmjuSEJreUEAt+uAVcZgY7wZsSORzEI7xW8miZIdxv/cbmw==", + "version": "0.27.3", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.3.tgz", + "integrity": "sha512-oWT7zDS5oIaxYL5yOikBX4cL99CpNAZn6mI24JZQxsYuIHbtguSSwJ7zThuzNNwSE0wqhlfTSd99HgqKu2aQXQ==", "dev": true, "requires": { "@gerrit0/mini-shiki": "^1.24.0", diff --git a/package.json b/package.json index ef30ac5..f6f2d93 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@rollup/plugin-replace": "^5.0.7", "@rollup/plugin-typescript": "^12.1.1", "tslib": "^2.8.1", - "typedoc": "^0.27.2", + "typedoc": "^0.27.3", "typescript": "^5.7.2" }, "engines": {