diff --git a/examples/example-runner/package.json b/examples/example-runner/package.json index 9a8d9e87..6fae7cbf 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.7.2", "yargs": "17.7.2" } } diff --git a/examples/fast-csv-ts/package.json b/examples/fast-csv-ts/package.json index 7ef52a52..09740182 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.7.2" } } diff --git a/examples/formatting-ts/package.json b/examples/formatting-ts/package.json index d8203352..e8343612 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.7.2" } } diff --git a/examples/parsing-ts/package.json b/examples/parsing-ts/package.json index 6b0f0eb9..98009239 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.7.2" } } diff --git a/package-lock.json b/package-lock.json index e800a326..2f38cade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "lerna": "8.1.9", "prettier": "3.4.2", "ts-jest": "29.2.5", - "typescript": "5.6.3" + "typescript": "5.7.2" } }, "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.7.2", "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.7.2" } }, "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.7.2" } }, "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.7.2" } }, "node_modules/@algolia/autocomplete-core": { @@ -28357,9 +28357,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -29953,7 +29953,7 @@ "@types/lodash.isequal": "4.5.8", "@types/lodash.isfunction": "3.0.9", "@types/lodash.isnil": "4.0.9", - "@types/node": "^22.10.3" + "@types/node": "^22.7.8" } }, "packages/parse": { @@ -29976,7 +29976,7 @@ "@types/lodash.isundefined": "3.0.9", "@types/lodash.partition": "4.6.9", "@types/lodash.uniq": "4.5.9", - "@types/node": "^22.10.3", + "@types/node": "^22.7.8", "@types/sinon": "17.0.3", "lodash.partition": "^4.6.0", "sinon": "19.0.2" diff --git a/package.json b/package.json index 6ac1b726..ef91c0f6 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "lerna": "8.1.9", "prettier": "3.4.2", "ts-jest": "29.2.5", - "typescript": "5.6.3" + "typescript": "5.7.2" } }