chore(deps): update dependency typescript to v5.7.3 (#4171)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-20 23:16:05 -08:00
committed by GitHub
parent 3e1f06913f
commit 6c8daab1bd
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -132,7 +132,7 @@
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"ts-jest": "^29.1.0",
"typescript": "5.6.3"
"typescript": "5.7.3"
}
},
"node_modules/@adobe/css-tools": {
@@ -39856,9 +39856,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",

View File

@@ -143,7 +143,7 @@
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"ts-jest": "^29.1.0",
"typescript": "5.6.3"
"typescript": "5.7.3"
},
"overrides": {
"@emoji-mart/react": {