diff --git a/package-lock.json b/package-lock.json index c76f185..9e765d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "url": "^0.11.0" }, "devDependencies": { - "typedoc": "0.27.2", + "typedoc": "0.27.3", "typescript": "5.7.2" } }, @@ -471,9 +471,9 @@ "license": "0BSD" }, "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 2d8deae..81ed1cf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "^0.11.0" }, "devDependencies": { - "typedoc": "0.27.2", + "typedoc": "0.27.3", "typescript": "5.7.2" } }