chore(deps): update dependency typescript to v5.7.3
Some checks failed
Lint / Lint (push) Successful in 29s
SonarQube Scan / SonarQube Trigger (push) Failing after 13s

This commit is contained in:
Renovate Bot 2025-01-11 01:02:56 +00:00
parent 46b02b2aa9
commit 978da83f25
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -32,7 +32,7 @@
"postcss": "8.4.49", "postcss": "8.4.49",
"tailwindcss": "3.4.17", "tailwindcss": "3.4.17",
"turbo": "2.3.3", "turbo": "2.3.3",
"typescript": "5.7.2" "typescript": "5.7.3"
} }
}, },
"node_modules/@alloc/quick-lru": { "node_modules/@alloc/quick-lru": {
@ -8138,9 +8138,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.7.2", "version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@ -33,7 +33,7 @@
"postcss": "8.4.49", "postcss": "8.4.49",
"tailwindcss": "3.4.17", "tailwindcss": "3.4.17",
"turbo": "2.3.3", "turbo": "2.3.3",
"typescript": "5.7.2" "typescript": "5.7.3"
}, },
"overrides": { "overrides": {
"@types/react": "19.0.4", "@types/react": "19.0.4",