Merge pull request #516 from jellyfin/renovate/typescript

This commit is contained in:
Bill Thornton 2023-07-06 00:46:53 -04:00 committed by GitHub
commit eae98fd5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -25,7 +25,7 @@
"rollup": "3.21.6",
"ts-jest": "29.1.0",
"typedoc": "0.24.8",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"axios": "^1.3.4"
@ -6982,9 +6982,9 @@
}
},
"node_modules/typescript": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -41,7 +41,7 @@
"rollup": "3.21.6",
"ts-jest": "29.1.0",
"typedoc": "0.24.8",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"axios": "^1.3.4"