diff --git a/website/package-lock.json b/website/package-lock.json index 1c3c3588561..1d5e05e8b4f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -21,7 +21,7 @@ "react": "^18.2.0", "react-dom": "^18.3.1", "typedoc": "^0.25.13", - "typedoc-plugin-markdown": "^3.17.1", + "typedoc-plugin-markdown": "^4.0.1", "typedoc-plugin-mdn-links": "^3.1.24" }, "devDependencies": { @@ -12723,25 +12723,6 @@ "version": "2.0.1", "license": "MIT" }, - "node_modules/handlebars": { - "version": "4.7.8", - "license": "MIT", - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.2", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, "node_modules/has-flag": { "version": "4.0.0", "license": "MIT", @@ -18424,13 +18405,11 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "3.17.1", - "license": "MIT", - "dependencies": { - "handlebars": "^4.7.7" - }, + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.1.tgz", + "integrity": "sha512-AfuIILU7aQbLMFyhX/qPT1yLrsQE9TiIxtmDKHRoQosDuHRS9CqA3aMOJyqmfE4Gn43vEQGb7vxEDwlrl3Sw8A==", "peerDependencies": { - "typedoc": ">=0.24.0" + "typedoc": "0.25.x" } }, "node_modules/typedoc-plugin-mdn-links": { @@ -18473,17 +18452,6 @@ "node": ">=14.17" } }, - "node_modules/uglify-js": { - "version": "3.17.4", - "license": "BSD-2-Clause", - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/undici-types": { "version": "5.26.5", "license": "MIT" @@ -19217,10 +19185,6 @@ "version": "2.0.1", "license": "MIT" }, - "node_modules/wordwrap": { - "version": "1.0.0", - "license": "MIT" - }, "node_modules/wrap-ansi": { "version": "8.1.0", "license": "MIT", diff --git a/website/package.json b/website/package.json index c919673178b..1d223625b47 100644 --- a/website/package.json +++ b/website/package.json @@ -29,7 +29,7 @@ "react": "^18.2.0", "react-dom": "^18.3.1", "typedoc": "^0.25.13", - "typedoc-plugin-markdown": "^3.17.1", + "typedoc-plugin-markdown": "^4.0.1", "typedoc-plugin-mdn-links": "^3.1.24" }, "devDependencies": {