diff --git a/starsky-tools/end2end/package-lock.json b/starsky-tools/end2end/package-lock.json index 16a471f4e..8b815739d 100644 --- a/starsky-tools/end2end/package-lock.json +++ b/starsky-tools/end2end/package-lock.json @@ -13,7 +13,7 @@ "cypress": "^13.16.0", "eslint": "^9.15.0", "globals": "^15.12.0", - "typescript": "^5.6.3", + "typescript": "^5.7.2", "typescript-eslint": "^8.15.0" } }, @@ -3221,9 +3221,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.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "license": "Apache-2.0", "bin": { @@ -5566,9 +5566,9 @@ } }, "typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true }, "typescript-eslint": { diff --git a/starsky-tools/end2end/package.json b/starsky-tools/end2end/package.json index 7fe1f3696..013f15539 100644 --- a/starsky-tools/end2end/package.json +++ b/starsky-tools/end2end/package.json @@ -28,7 +28,7 @@ "cypress": "^13.16.0", "eslint": "^9.15.0", "globals": "^15.12.0", - "typescript": "^5.6.3", + "typescript": "^5.7.2", "typescript-eslint": "^8.15.0" } }