diff --git a/examples/example-runner/package.json b/examples/example-runner/package.json index 9a8d9e87..c5b2fe22 100644 --- a/examples/example-runner/package.json +++ b/examples/example-runner/package.json @@ -11,7 +11,7 @@ "@types/yargs": "17.0.32", "globby": "11.1.0", "jest-diff": "29.7.0", - "typescript": "5.6.3", + "typescript": "5.8.3", "yargs": "17.7.2" } } diff --git a/examples/fast-csv-ts/package.json b/examples/fast-csv-ts/package.json index 7ef52a52..9adf3795 100644 --- a/examples/fast-csv-ts/package.json +++ b/examples/fast-csv-ts/package.json @@ -14,6 +14,6 @@ "dependencies": { "example-runner": "5.0.0", "fast-csv": "5.0.2", - "typescript": "5.6.3" + "typescript": "5.8.3" } } diff --git a/examples/formatting-ts/package.json b/examples/formatting-ts/package.json index d8203352..07170ac1 100644 --- a/examples/formatting-ts/package.json +++ b/examples/formatting-ts/package.json @@ -14,6 +14,6 @@ "dependencies": { "@fast-csv/format": "5.0.2", "example-runner": "5.0.0", - "typescript": "5.6.3" + "typescript": "5.8.3" } } diff --git a/examples/parsing-ts/package.json b/examples/parsing-ts/package.json index 6b0f0eb9..def6a312 100644 --- a/examples/parsing-ts/package.json +++ b/examples/parsing-ts/package.json @@ -14,6 +14,6 @@ "dependencies": { "@fast-csv/parse": "5.0.2", "example-runner": "5.0.0", - "typescript": "5.6.3" + "typescript": "5.8.3" } } diff --git a/package-lock.json b/package-lock.json index 37fa172c..f54fdd72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "lerna": "8.2.1", "prettier": "3.5.3", "ts-jest": "29.2.6", - "typescript": "5.6.3" + "typescript": "5.8.3" } }, "documentation": { @@ -55,7 +55,7 @@ "@types/yargs": "17.0.32", "globby": "11.1.0", "jest-diff": "29.7.0", - "typescript": "5.6.3", + "typescript": "5.8.3", "yargs": "17.7.2" }, "bin": { @@ -85,7 +85,7 @@ "dependencies": { "example-runner": "5.0.0", "fast-csv": "5.0.2", - "typescript": "5.6.3" + "typescript": "5.8.3" } }, "examples/formatting-js": { @@ -102,7 +102,7 @@ "dependencies": { "@fast-csv/format": "5.0.2", "example-runner": "5.0.0", - "typescript": "5.6.3" + "typescript": "5.8.3" } }, "examples/parsing-js": { @@ -119,7 +119,7 @@ "dependencies": { "@fast-csv/parse": "5.0.2", "example-runner": "5.0.0", - "typescript": "5.6.3" + "typescript": "5.8.3" } }, "node_modules/@algolia/autocomplete-core": { @@ -28335,9 +28335,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 879e8f0e..1238bfe6 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "lerna": "8.2.1", "prettier": "3.5.3", "ts-jest": "29.2.6", - "typescript": "5.6.3" + "typescript": "5.8.3" } }