1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #6494 from jellyfin/renovate/typescript

This commit is contained in:
Bill Thornton 2025-01-31 02:21:23 -05:00 committed by GitHub
commit 7415ff1d86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -122,7 +122,7 @@
"stylelint-order": "6.0.4", "stylelint-order": "6.0.4",
"stylelint-scss": "6.10.0", "stylelint-scss": "6.10.0",
"ts-loader": "9.5.1", "ts-loader": "9.5.1",
"typescript": "5.6.3", "typescript": "5.7.3",
"vitest": "2.1.8", "vitest": "2.1.8",
"webpack": "5.95.0", "webpack": "5.95.0",
"webpack-bundle-analyzer": "4.10.2", "webpack-bundle-analyzer": "4.10.2",
@ -24105,9 +24105,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.6.3", "version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
@ -41870,9 +41870,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "5.6.3", "version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"dev": true "dev": true
}, },
"uc.micro": { "uc.micro": {

View file

@ -62,7 +62,7 @@
"stylelint-order": "6.0.4", "stylelint-order": "6.0.4",
"stylelint-scss": "6.10.0", "stylelint-scss": "6.10.0",
"ts-loader": "9.5.1", "ts-loader": "9.5.1",
"typescript": "5.6.3", "typescript": "5.7.3",
"vitest": "2.1.8", "vitest": "2.1.8",
"webpack": "5.95.0", "webpack": "5.95.0",
"webpack-bundle-analyzer": "4.10.2", "webpack-bundle-analyzer": "4.10.2",