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

This commit is contained in:
Bill Thornton 2024-11-12 20:44:16 -05:00 committed by GitHub
commit 56e3bef0cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -21,7 +21,7 @@
"glob": "11.0.0",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"typedoc": "0.26.10",
"typedoc": "0.26.11",
"typescript": "5.6.3",
"vitest": "2.1.4"
},
@ -5758,9 +5758,9 @@
}
},
"node_modules/typedoc": {
"version": "0.26.10",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.10.tgz",
"integrity": "sha512-xLmVKJ8S21t+JeuQLNueebEuTVphx6IrP06CdV7+0WVflUSW3SPmR+h1fnWVdAR/FQePEgsSWCUHXqKKjzuUAw==",
"version": "0.26.11",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.11.tgz",
"integrity": "sha512-sFEgRRtrcDl2FxVP58Ze++ZK2UQAEvtvvH8rRlig1Ja3o7dDaMHmaBfvJmdGnNEFaLTpQsN8dpvZaTqJSu/Ugw==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -38,7 +38,7 @@
"glob": "11.0.0",
"rimraf": "5.0.10",
"rollup": "4.24.3",
"typedoc": "0.26.10",
"typedoc": "0.26.11",
"typescript": "5.6.3",
"vitest": "2.1.4"
},