Merge pull request #732 from jellyfin/renovate/typedoc-0.x

This commit is contained in:
Bill Thornton 2024-07-06 01:04:24 -04:00 committed by GitHub
commit 6354dc22fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
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.2",
"typedoc": "0.26.3",
"typescript": "5.5.2",
"vitest": "1.6.0"
},
@ -5046,16 +5046,16 @@
}
},
"node_modules/typedoc": {
"version": "0.26.2",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.2.tgz",
"integrity": "sha512-q/t+M+PZqhN9gPWLBZ3CCvP+KT8O1tyYkSzEYbcQ6mo89avdIrMlBEl3vfo5BgSzwC6Lbmq0W64E8RkY+eVsLA==",
"version": "0.26.3",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.3.tgz",
"integrity": "sha512-6d2Sw9disvvpdk4K7VNjKr5/3hzijtfQVHRthhDqJgnhMHy1wQz4yPMJVKXElvnZhFr0nkzo+GzjXDTRV5yLpg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"lunr": "^2.3.9",
"markdown-it": "^14.1.0",
"minimatch": "^9.0.4",
"shiki": "^1.9.0",
"minimatch": "^9.0.5",
"shiki": "^1.9.1",
"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.2",
"typedoc": "0.26.3",
"typescript": "5.5.2",
"vitest": "1.6.0"
},