diff --git a/package-lock.json b/package-lock.json index e60a9e9..04452df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@nomicfoundation/hardhat-viem": "^3.0.9", "hardhat": "^3.9.0", - "typescript": "^5.9.0", + "typescript": "^6.0.3", "viem": "^2.52.2" } }, @@ -1353,9 +1353,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 92ef877..e238856 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@nomicfoundation/hardhat-viem": "^3.0.9", "hardhat": "^3.9.0", - "typescript": "^5.9.0", + "typescript": "^6.0.3", "viem": "^2.52.2" } }