diff --git a/package-lock.json b/package-lock.json index 4bb0cfa..4852580 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/node": "^22.10.10", "@types/yargs": "^17.0.33", "ts-node": "^10.9.1", - "typescript": "^5.0.0", + "typescript": "^5.8.2", "uuid": "^11.0.3", "winston": "^3.17.0", "yaml": "^2.7.0", @@ -1186,9 +1186,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 6f25b5f..9e7e5ae 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@types/node": "^22.10.10", "@types/yargs": "^17.0.33", "ts-node": "^10.9.1", - "typescript": "^5.0.0", + "typescript": "^5.8.2", "uuid": "^11.0.3", "winston": "^3.17.0", "yaml": "^2.7.0",