diff --git a/package-lock.json b/package-lock.json index d3e50b2e..76eed381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "prettier": "^3.4.1", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", - "typedoc": "^0.27.2", + "typedoc": "^0.27.3", "typedoc-plugin-missing-exports": "^3.1.0", "typescript": "^5.3.3", "typescript-eslint": "^8.17.0" @@ -4244,9 +4244,9 @@ } }, "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, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 722ec6fc..43baa6f2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "prettier": "^3.4.1", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", - "typedoc": "^0.27.2", + "typedoc": "^0.27.3", "typedoc-plugin-missing-exports": "^3.1.0", "typescript": "^5.3.3", "typescript-eslint": "^8.17.0"