diff --git a/docs/package.json b/docs/package.json index aa9fc37c8..a16f572a6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@vechain/sdk-core": "1.0.0-beta.1", - "typescript": "^5.3.3" + "typescript": "^5.4.3" }, "devDependencies": { "expect": "^29.7.0", diff --git a/package.json b/package.json index a888a1e30..54df286f3 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "turbo": "^1.13.0", "typedoc": "^0.25.11", "typedoc-plugin-missing-exports": "^2.2.0", - "typescript": "^5.3.3", + "typescript": "^5.4.3", "hardhat": "^2.22.2", "ws": "^8.16.0" }, diff --git a/yarn.lock b/yarn.lock index 16dca09b4..1c073223e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7552,10 +7552,10 @@ typedoc@^0.25.11: minimatch "^9.0.3" shiki "^0.14.7" -typescript@^5.3.3: - version "5.4.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" - integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== +typescript@^5.4.3: + version "5.4.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" + integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== unbox-primitive@^1.0.2: version "1.0.2"