Merge pull request #363 from jellyfin/renovate/typescript

This commit is contained in:
Bill Thornton 2022-12-14 22:59:14 -05:00 committed by GitHub
commit c024ac8dbe
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 @@
"jest-runner-groups": "2.2.0",
"ts-jest": "29.0.3",
"typedoc": "0.23.21",
"typescript": "4.9.3"
"typescript": "4.9.4"
}
},
"node_modules/@ampproject/remapping": {
@ -6225,9 +6225,9 @@
}
},
"node_modules/typescript": {
"version": "4.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -36,7 +36,7 @@
"jest-runner-groups": "2.2.0",
"ts-jest": "29.0.3",
"typedoc": "0.23.21",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"dependencies": {
"axios": "1.2.1",