diff --git a/package-lock.json b/package-lock.json index 46d1b01..60bda00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "patch-package": "6.5.1", "standard-version": "9.5.0", "tape": "5.6.3", - "typedoc": "0.24.7", + "typedoc": "0.24.8", "typescript": "4.8.4", "why-is-node-running": "2.2.2" }, @@ -6319,9 +6319,9 @@ "dev": true }, "node_modules/typedoc": { - "version": "0.24.7", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.7.tgz", - "integrity": "sha512-zzfKDFIZADA+XRIp2rMzLe9xZ6pt12yQOhCr7cD7/PBTjhPmMyMvGrkZ2lPNJitg3Hj1SeiYFNzCsSDrlpxpKw==", + "version": "0.24.8", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.8.tgz", + "integrity": "sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==", "dev": true, "dependencies": { "lunr": "^2.3.9", @@ -6336,7 +6336,7 @@ "node": ">= 14.14" }, "peerDependencies": { - "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x" + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { @@ -11444,9 +11444,9 @@ "dev": true }, "typedoc": { - "version": "0.24.7", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.7.tgz", - "integrity": "sha512-zzfKDFIZADA+XRIp2rMzLe9xZ6pt12yQOhCr7cD7/PBTjhPmMyMvGrkZ2lPNJitg3Hj1SeiYFNzCsSDrlpxpKw==", + "version": "0.24.8", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.24.8.tgz", + "integrity": "sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==", "dev": true, "requires": { "lunr": "^2.3.9", diff --git a/package.json b/package.json index 9b72d68..6de4072 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "patch-package": "6.5.1", "standard-version": "9.5.0", "tape": "5.6.3", - "typedoc": "0.24.7", + "typedoc": "0.24.8", "typescript": "4.8.4", "why-is-node-running": "2.2.2" },