diff --git a/package-lock.json b/package-lock.json index 5856749..6efcf34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-scripts": "5.0.0", "sass": "^1.55.0", "t": "^0.5.1", - "typescript": "~4.1.5", + "typescript": "^5.4.5", "yorkie-js-sdk": "^0.4.20", "yorkie-ui": "^0.5.6" }, @@ -2427,6 +2427,7 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", + "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -27596,15 +27597,15 @@ } }, "node_modules/typescript": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.6.tgz", - "integrity": "sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/typical": { @@ -31136,7 +31137,8 @@ "dependencies": { "is-unicode-supported": { "version": "1.3.0", - "bundled": true + "bundled": true, + "extraneous": true } } }, @@ -48762,9 +48764,9 @@ } }, "typescript": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.6.tgz", - "integrity": "sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==" + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" }, "typical": { "version": "4.0.0", diff --git a/package.json b/package.json index bbcceee..e490187 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "react-router-dom": "^6.3.0", "react-scripts": "5.0.0", "sass": "^1.55.0", - "typescript": "~4.1.5", "t": "^0.5.1", + "typescript": "^5.4.5", "yorkie-js-sdk": "^0.4.20", "yorkie-ui": "^0.5.6" },