Merge pull request #678 from jellyfin/renovate/typescript

This commit is contained in:
Bill Thornton 2024-03-28 12:54:52 -04:00 committed by GitHub
commit e0d9dd76d9
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.5",
"rollup": "4.13.0",
"typedoc": "0.25.12",
"typescript": "5.4.2",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"peerDependencies": {
@ -4936,9 +4936,9 @@
}
},
"node_modules/typescript": {
"version": "5.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -38,7 +38,7 @@
"rimraf": "5.0.5",
"rollup": "4.13.0",
"typedoc": "0.25.12",
"typescript": "5.4.2",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"peerDependencies": {