diff --git a/package-lock.json b/package-lock.json index c5d73a3..a59f515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lint-staged": "15.2.1", "mocha": "^10.3.0", "rollup": "3.29.4", - "typescript": "5.4.4", + "typescript": "5.6.2", "yorkie": "2.0.0" }, "engines": { @@ -2335,10 +2335,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.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index a51d685..9a53354 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "lint-staged": "15.2.1", "mocha": "^10.3.0", "rollup": "3.29.4", - "typescript": "5.4.4", + "typescript": "5.6.2", "yorkie": "2.0.0" } }