diff --git a/package-lock.json b/package-lock.json index 83f8bab..e4d48f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "mocha": "^10.3.0", "prettier": "^3.3.2", "rollup": "3.29.4", - "typescript": "5.4.4", + "typescript": "5.7.2", "yorkie": "2.0.0" }, "engines": { @@ -2659,10 +2659,11 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 24d09e1..e9131f1 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "mocha": "^10.3.0", "prettier": "^3.3.2", "rollup": "3.29.4", - "typescript": "5.4.4", + "typescript": "5.7.2", "yorkie": "2.0.0" } }