mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 14:09:43 +00:00
Update dependency typedoc to v0.23.26
This commit is contained in:
parent
a24e5cfef8
commit
cf40b2b45f
16
package-lock.json
generated
16
package-lock.json
generated
@ -24,7 +24,7 @@
|
||||
"jest": "29.4.3",
|
||||
"jest-runner-groups": "2.2.0",
|
||||
"ts-jest": "29.0.5",
|
||||
"typedoc": "0.23.25",
|
||||
"typedoc": "0.23.26",
|
||||
"typescript": "4.9.5"
|
||||
}
|
||||
},
|
||||
@ -6370,14 +6370,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/typedoc": {
|
||||
"version": "0.23.25",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.25.tgz",
|
||||
"integrity": "sha512-O1he153qVyoCgJYSvIyY3bPP1wAJTegZfa6tL3APinSZhJOf8CSd8F/21M6ex8pUY/fuY6n0jAsT4fIuMGA6sA==",
|
||||
"version": "0.23.26",
|
||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.26.tgz",
|
||||
"integrity": "sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"lunr": "^2.3.9",
|
||||
"marked": "^4.2.12",
|
||||
"minimatch": "^6.1.6",
|
||||
"minimatch": "^7.1.3",
|
||||
"shiki": "^0.14.1"
|
||||
},
|
||||
"bin": {
|
||||
@ -6400,9 +6400,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/typedoc/node_modules/minimatch": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
|
||||
"integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
|
||||
"version": "7.4.2",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
|
||||
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
|
@ -35,7 +35,7 @@
|
||||
"jest": "29.4.3",
|
||||
"jest-runner-groups": "2.2.0",
|
||||
"ts-jest": "29.0.5",
|
||||
"typedoc": "0.23.25",
|
||||
"typedoc": "0.23.26",
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user