diff --git a/package-lock.json b/package-lock.json index 0d2122b..924f6fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tslint": "^6.1.3", - "typedoc": "^0.27.2", + "typedoc": "^0.27.3", "typescript": "^5.0.4" }, "engines": { @@ -6495,9 +6495,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, "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", @@ -11605,9 +11605,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 ab515dd..0817c9c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tslint": "^6.1.3", - "typedoc": "^0.27.2", + "typedoc": "^0.27.3", "typescript": "^5.0.4" }, "peerDependencies": {