diff --git a/docs/package.json b/docs/package.json index b173e15..be13d0d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,7 +20,7 @@ "sharp": "^0.35.1", "typedoc": "^0.28.19", "typedoc-material-theme": "^1.4.1", - "typedoc-plugin-dt-links": "^2.0.63", + "typedoc-plugin-dt-links": "^2.0.64", "typedoc-plugin-mdn-links": "^5.1.1", "typescript": "^6.0.3" } diff --git a/package-lock.json b/package-lock.json index 6ca8085..b32d360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,8 +46,9 @@ "sharp": "^0.35.1", "typedoc": "^0.28.19", "typedoc-material-theme": "^1.4.1", - "typedoc-plugin-dt-links": "^2.0.63", - "typedoc-plugin-mdn-links": "^5.1.1" + "typedoc-plugin-dt-links": "^2.0.64", + "typedoc-plugin-mdn-links": "^5.1.1", + "typescript": "^6.0.3" } }, "node_modules/@astrojs/compiler": { @@ -9923,9 +9924,9 @@ } }, "node_modules/typedoc-plugin-dt-links": { - "version": "2.0.63", - "resolved": "https://registry.npmjs.org/typedoc-plugin-dt-links/-/typedoc-plugin-dt-links-2.0.63.tgz", - "integrity": "sha512-cHiu31veGGXyvyeJ6cCQ7uzAF7Mu0QcDljsPHIq73k0W1H4x8qQ9dgqQmjTEln4EcVj1Z7L7XladD83LNcbETA==", + "version": "2.0.64", + "resolved": "https://registry.npmjs.org/typedoc-plugin-dt-links/-/typedoc-plugin-dt-links-2.0.64.tgz", + "integrity": "sha512-Ht0vdoCtIkIMTsVHrGBZ+n3treD64l6+aEeotQY1EjI3tRagAVSN9dpzQUbovtr1j9Mlkd6Gv1StKOeEeYcxNA==", "dev": true, "license": "MIT", "peerDependencies": { @@ -10577,9 +10578,9 @@ } }, "node_modules/ws": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", - "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", + "version": "8.21.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz", + "integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==", "license": "MIT", "engines": { "node": ">=10.0.0"