build(deps-dev): bump typedoc from 0.24.8 to 0.25.4 (#2466)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.8 to 0.25.4.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.24.8...v0.25.4)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-25 02:48:33 +00:00
committed by GitHub
parent 7e2538dffc
commit dbe0586f70
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@ -41,7 +41,7 @@
"prettier": "^3.0.0", "prettier": "^3.0.0",
"tsconfig-paths": "^4.0.0", "tsconfig-paths": "^4.0.0",
"tsx": "^4.7.0", "tsx": "^4.7.0",
"typedoc": "^0.24.8", "typedoc": "^0.25.4",
"typescript": "5.3.3", "typescript": "5.3.3",
"unzipper": "^0.10.11", "unzipper": "^0.10.11",
"vite": "^5.0.10", "vite": "^5.0.10",
@ -11691,24 +11691,24 @@
} }
}, },
"node_modules/typedoc": { "node_modules/typedoc": {
"version": "0.24.8", "version": "0.25.4",
"resolved": "http://registry.npmjs.org/typedoc/-/typedoc-0.24.8.tgz", "resolved": "http://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz",
"integrity": "sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==", "integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "^4.3.0", "marked": "^4.3.0",
"minimatch": "^9.0.0", "minimatch": "^9.0.3",
"shiki": "^0.14.1" "shiki": "^0.14.1"
}, },
"bin": { "bin": {
"typedoc": "bin/typedoc" "typedoc": "bin/typedoc"
}, },
"engines": { "engines": {
"node": ">= 14.14" "node": ">= 16"
}, },
"peerDependencies": { "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 || 5.3.x"
} }
}, },
"node_modules/typedoc/node_modules/brace-expansion": { "node_modules/typedoc/node_modules/brace-expansion": {
@ -11721,9 +11721,9 @@
} }
}, },
"node_modules/typedoc/node_modules/minimatch": { "node_modules/typedoc/node_modules/minimatch": {
"version": "9.0.1", "version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"brace-expansion": "^2.0.1" "brace-expansion": "^2.0.1"
@ -21573,14 +21573,14 @@
} }
}, },
"typedoc": { "typedoc": {
"version": "0.24.8", "version": "0.25.4",
"resolved": "http://registry.npmjs.org/typedoc/-/typedoc-0.24.8.tgz", "resolved": "http://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz",
"integrity": "sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==", "integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==",
"dev": true, "dev": true,
"requires": { "requires": {
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "^4.3.0", "marked": "^4.3.0",
"minimatch": "^9.0.0", "minimatch": "^9.0.3",
"shiki": "^0.14.1" "shiki": "^0.14.1"
}, },
"dependencies": { "dependencies": {
@ -21594,9 +21594,9 @@
} }
}, },
"minimatch": { "minimatch": {
"version": "9.0.1", "version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"dev": true, "dev": true,
"requires": { "requires": {
"brace-expansion": "^2.0.1" "brace-expansion": "^2.0.1"

View File

@ -92,7 +92,7 @@
"prettier": "^3.0.0", "prettier": "^3.0.0",
"tsconfig-paths": "^4.0.0", "tsconfig-paths": "^4.0.0",
"tsx": "^4.7.0", "tsx": "^4.7.0",
"typedoc": "^0.24.8", "typedoc": "^0.25.4",
"typescript": "5.3.3", "typescript": "5.3.3",
"unzipper": "^0.10.11", "unzipper": "^0.10.11",
"vite": "^5.0.10", "vite": "^5.0.10",