Merge pull request #736 from jellyfin/renovate/typescript

This commit is contained in:
Bill Thornton 2024-07-12 11:14:52 -04:00 committed by GitHub
commit 90fca51390
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.7",
"rollup": "4.18.0",
"typedoc": "0.26.3",
"typescript": "5.5.2",
"typescript": "5.5.3",
"vitest": "1.6.0"
},
"peerDependencies": {
@ -5096,9 +5096,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@ -38,7 +38,7 @@
"rimraf": "5.0.7",
"rollup": "4.18.0",
"typedoc": "0.26.3",
"typescript": "5.5.2",
"typescript": "5.5.3",
"vitest": "1.6.0"
},
"peerDependencies": {