Update dependency typedoc to v0.26.1

This commit is contained in:
renovate[bot] 2024-06-30 01:12:22 +00:00 committed by GitHub
parent ea7ae21665
commit 97b5c1e1c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -21,7 +21,7 @@
"glob": "10.4.2",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"typedoc": "0.26.0",
"typedoc": "0.26.1",
"typescript": "5.5.2",
"vitest": "1.6.0"
},
@ -5046,16 +5046,16 @@
}
},
"node_modules/typedoc": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.0.tgz",
"integrity": "sha512-OcYevjHsMN8DfpaL0dSBGAEBhOxuBB5Au8QVs9oz9iB0kRStPZwXLFWqh9gwbMUxNjW3yQuIM5GrVVauMJ2Akw==",
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.1.tgz",
"integrity": "sha512-APsVXqh93jTlpkLuw6+/IORx7n5LN8hzJV8nvMIrYYaIva0VCq0CoDN7Z3hsRThEYVExI/qoFHnAAxrhG+Wd7Q==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"lunr": "^2.3.9",
"markdown-it": "^14.1.0",
"minimatch": "^9.0.4",
"shiki": "^1.6.5",
"shiki": "^1.9.0",
"yaml": "^2.4.5"
},
"bin": {

View File

@ -37,7 +37,7 @@
"glob": "10.4.2",
"rimraf": "5.0.7",
"rollup": "4.18.0",
"typedoc": "0.26.0",
"typedoc": "0.26.1",
"typescript": "5.5.2",
"vitest": "1.6.0"
},