diff --git a/package-lock.json b/package-lock.json index c6fe8a9..f0823f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "qrcode-terminal": "^0.12.0", "testcontainers": "^12.0.1", "tsx": "^4.22.4", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "vitest": "^4.1.8" }, "engines": { @@ -1495,9 +1495,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1514,9 +1511,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1533,9 +1527,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1552,9 +1543,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5797,9 +5785,9 @@ "license": "Unlicense" }, "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 a54dbd2..22dc6d1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "qrcode-terminal": "^0.12.0", "testcontainers": "^12.0.1", "tsx": "^4.22.4", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "vitest": "^4.1.8" }, "engines": {