diff --git a/package-lock.json b/package-lock.json index 5faea1f7f..ed71e2b71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21394,7 +21394,7 @@ "shelljs": "^0.8.5", "ts-mocha": "^9.0.2", "ts-node": "^10.8.1", - "typescript": "^4.5.5" + "typescript": "^5.7.3" } }, "packages/server/node_modules/@hashgraph/cryptography": { @@ -21890,6 +21890,20 @@ "dev": true, "license": "0BSD" }, + "packages/server/node_modules/typescript": { + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "packages/server/node_modules/uuid": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", @@ -24743,7 +24757,7 @@ "shelljs": "^0.8.5", "ts-mocha": "^9.0.2", "ts-node": "^10.8.1", - "typescript": "^4.5.5", + "typescript": "^5.7.3", "uuid": "^11.0.5" }, "dependencies": { @@ -25102,6 +25116,12 @@ "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", "dev": true }, + "typescript": { + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "dev": true + }, "uuid": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", diff --git a/packages/server/package.json b/packages/server/package.json index c39771913..2b266c2be 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -40,7 +40,7 @@ "shelljs": "^0.8.5", "ts-mocha": "^9.0.2", "ts-node": "^10.8.1", - "typescript": "^4.5.5" + "typescript": "^5.7.3" }, "scripts": { "build": "pnpm clean && pnpm compile",