diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fedd23e..8a8fe88 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -37,7 +37,7 @@ "stylelint-config-standard": "^37.0.0", "stylelint-no-unsupported-browser-features": "^8.0.2", "stylelint-value-no-unknown-custom-properties": "^6.0.1", - "typescript": "~5.6.3", + "typescript": "~5.7.3", "typescript-eslint": "8.20.0" } }, @@ -13178,9 +13178,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==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/frontend/package.json b/frontend/package.json index ce760a5..3a7f48b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "stylelint-config-standard": "^37.0.0", "stylelint-no-unsupported-browser-features": "^8.0.2", "stylelint-value-no-unknown-custom-properties": "^6.0.1", - "typescript": "~5.6.3", + "typescript": "~5.7.3", "typescript-eslint": "8.20.0" }, "jest": {