diff --git a/documentation/serenity-js.org/package.json b/documentation/serenity-js.org/package.json index bc9779d0fb3..676377e9047 100644 --- a/documentation/serenity-js.org/package.json +++ b/documentation/serenity-js.org/package.json @@ -29,8 +29,8 @@ "prism-react-renderer": "^1.3.5", "react": "^17.0.2", "react-dom": "^17.0.2", - "typedoc": "^0.24.8", - "typedoc-plugin-mdn-links": "^3.0.3" + "typedoc": "^0.25.0", + "typedoc-plugin-mdn-links": "^3.1.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "2.4.1", diff --git a/package-lock.json b/package-lock.json index 2a0940e42ce..2128f555ee2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,8 +73,8 @@ "restify": "^11.1.0", "start-server-and-test": "^2.0.0", "tiny-types": "^1.20.0", - "typedoc": "^0.24.8", - "typedoc-plugin-mdn-links": "^3.0.3", + "typedoc": "^0.25.0", + "typedoc-plugin-mdn-links": "^3.1.0", "upath": "^2.0.1", "validate-npm-package-name": "^5.0.0", "wdio-chromedriver-service": "8.1.1", @@ -28607,23 +28607,23 @@ } }, "node_modules/typedoc": { - "version": "0.24.8", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.8.tgz", - "integrity": "sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.0.tgz", + "integrity": "sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==", "dependencies": { "lunr": "^2.3.9", "marked": "^4.3.0", - "minimatch": "^9.0.0", + "minimatch": "^9.0.3", "shiki": "^0.14.1" }, "bin": { "typedoc": "bin/typedoc" }, "engines": { - "node": ">= 14.14" + "node": ">= 16" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x" } }, "node_modules/typedoc-plugin-mdn-links": {