diff --git a/package-lock.json b/package-lock.json index a8f793a..521a38d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "shelljs": "^0.8.5", "shx": "^0.3.4", "ts-node": "^10.9.1", - "typescript": "^5.0.4" + "typescript": "^5.2.2" }, "engines": { "node": ">=16.0.0" @@ -399,15 +399,16 @@ } }, "node_modules/typescript": { - "version": "5.0.4", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/undici-types": { @@ -681,7 +682,9 @@ } }, "typescript": { - "version": "5.0.4", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true }, "undici-types": { diff --git a/package.json b/package.json index 3bb3585..0d8696b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "shelljs": "^0.8.5", "shx": "^0.3.4", "ts-node": "^10.9.1", - "typescript": "^5.0.4" + "typescript": "^5.2.2" }, "engines": { "node": ">=16.0.0"