diff --git a/package-lock.json b/package-lock.json index b3f3714..4784b3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tslint": "^6.1.3", - "typedoc": "^0.25.3", + "typedoc": "^0.25.4", "typescript": "^5.0.4" }, "engines": { @@ -6707,9 +6707,9 @@ } }, "node_modules/typedoc": { - "version": "0.25.3", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.3.tgz", - "integrity": "sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz", + "integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==", "dev": true, "dependencies": { "lunr": "^2.3.9", @@ -6724,7 +6724,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" + "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" } }, "node_modules/typedoc/node_modules/brace-expansion": { @@ -11929,9 +11929,9 @@ "dev": true }, "typedoc": { - "version": "0.25.3", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.3.tgz", - "integrity": "sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz", + "integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==", "dev": true, "requires": { "lunr": "^2.3.9", diff --git a/package.json b/package.json index 6a768b4..bb5f054 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tslint": "^6.1.3", - "typedoc": "^0.25.3", + "typedoc": "^0.25.4", "typescript": "^5.0.4" }, "peerDependencies": {