diff --git a/package-lock.json b/package-lock.json index 81ae5dd..743cf85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "micro-bmark": "0.3.1", "micro-should": "0.4.0", "prettier": "3.3.2", - "typescript": "5.3.2" + "typescript": "5.5.2" } }, "node_modules/@noble/curves": { @@ -167,9 +167,9 @@ } }, "node_modules/typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index e40c77e..7459e67 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "micro-bmark": "0.3.1", "micro-should": "0.4.0", "prettier": "3.3.2", - "typescript": "5.3.2" + "typescript": "5.5.2" }, "scripts": { "build": "tsc && tsc -p tsconfig.esm.json",