Merge pull request #808 from jellyfin/renovate/typescript

This commit is contained in:
Bill Thornton 2024-10-15 22:29:34 -04:00 committed by GitHub
commit 8648d71412
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

@ -22,7 +22,7 @@
"rimraf": "5.0.10",
"rollup": "4.24.0",
"typedoc": "0.26.8",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "2.1.2"
},
"peerDependencies": {
@ -5502,9 +5502,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@ -39,7 +39,7 @@
"rimraf": "5.0.10",
"rollup": "4.24.0",
"typedoc": "0.26.8",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "2.1.2"
},
"peerDependencies": {