diff --git a/package-lock.json b/package-lock.json index 2af8c12..8142902 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/ssh2": "^1.15.1", "prettier": "^3.3.3", "tsx": "^4.19.2", - "typescript": "^5.6.3" + "typescript": "^5.7.2" } }, "node_modules/@babel/code-frame": { @@ -7186,9 +7186,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": { diff --git a/package.json b/package.json index 64048a1..c8b4b27 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/ssh2": "^1.15.1", "prettier": "^3.3.3", "tsx": "^4.19.2", - "typescript": "^5.6.3" + "typescript": "^5.7.2" }, "dependencies": { "@commander-js/extra-typings": "^12.1.0",