diff --git a/tests/playwright/package-lock.json b/tests/playwright/package-lock.json index e48b23d..3dd6993 100644 --- a/tests/playwright/package-lock.json +++ b/tests/playwright/package-lock.json @@ -28,7 +28,7 @@ "eslint-ts-patch": "^8.57.0-0", "globals": "^15.11.0", "prettier": "^3.2.5", - "typescript": "^5.4.5", + "typescript": "^5.6.3", "typescript-eslint": "^7.8.0" } }, @@ -4412,11 +4412,10 @@ } }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 6e927b9..e2327ae 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -36,7 +36,7 @@ "eslint-ts-patch": "^8.57.0-0", "globals": "^15.11.0", "prettier": "^3.2.5", - "typescript": "^5.4.5", + "typescript": "^5.6.3", "typescript-eslint": "^7.8.0" } }