diff --git a/build-tools/package-lock.json b/build-tools/package-lock.json index 33fe9653c1b0930c2f189da479937e75ecec619f..c92425b8bf584b64c3ba780f2e1d8c914f7fbe5c 100644 --- a/build-tools/package-lock.json +++ b/build-tools/package-lock.json @@ -13,7 +13,7 @@ "commander": "^13.1.0", "fs": "^0.0.1-security", "path": "^0.12.7", - "typescript": "npm:ohos-typescript@4.9.5-r7" + "typescript": "npm:ohos-typescript@4.9.5-r8" } }, "node_modules/commander": { @@ -53,9 +53,9 @@ }, "node_modules/typescript": { "name": "ohos-typescript", - "version": "4.9.5-r7", - "resolved": "https://repo.huaweicloud.com/repository/npm/ohos-typescript/-/ohos-typescript-4.9.5-r7.tgz", - "integrity": "sha512-TmZvqQUlasXNo+xSGEfFPP8I18bxwtGAdnX0DfAmq7olhWfNWlHlZDLxo1czNge7d1MwTAxXzEo/6+Tq4pXneQ==", + "version": "4.9.5-r8", + "resolved": "https://repo.huaweicloud.com/repository/npm/ohos-typescript/-/ohos-typescript-4.9.5-r8.tgz", + "integrity": "sha512-Wyj9xCBUOSMf7J1NsA82H75bpmA6Hm/U5V6yF62uz51XSq9spik57osyn/smAvPZqzrIhF/gRtPDYe0SWfqrAw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/build-tools/package.json b/build-tools/package.json index 93b7bb802d0cb7793bcc4243f3b8a5fcdff600a9..ec59b842964aa8430ef37a66d52f4b471c05c5ce 100644 --- a/build-tools/package.json +++ b/build-tools/package.json @@ -13,6 +13,6 @@ "commander": "^13.1.0", "fs": "^0.0.1-security", "path": "^0.12.7", - "typescript": "npm:ohos-typescript@4.9.5-r7" + "typescript": "npm:ohos-typescript@4.9.5-r8" } -} \ No newline at end of file +}