diff --git a/package-lock.json b/package-lock.json index d13907ab0..7b694d1af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "source-map-support": "0.5.21", "ts-jest": "29.1.2", "ts-node": "10.9.2", - "typedoc": "0.25.8", + "typedoc": "0.25.12", "typescript": "5.3.3", "uuid": "9.0.1" }, @@ -5488,9 +5488,9 @@ } }, "node_modules/typedoc": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.8.tgz", - "integrity": "sha512-mh8oLW66nwmeB9uTa0Bdcjfis+48bAjSH3uqdzSuSawfduROQLlXw//WSNZLYDdhmMVB7YcYZicq6e8T0d271A==", + "version": "0.25.12", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.12.tgz", + "integrity": "sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==", "dev": true, "dependencies": { "lunr": "^2.3.9", @@ -5505,7 +5505,7 @@ "node": ">= 16" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { diff --git a/package.json b/package.json index f436df01c..90955e1f3 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "source-map-support": "0.5.21", "ts-jest": "29.1.2", "ts-node": "10.9.2", - "typedoc": "0.25.8", + "typedoc": "0.25.12", "typescript": "5.3.3", "uuid": "9.0.1" },