From b9e0718d7d7712546ce8f1f4ea4f0823e3614f04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:11:28 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.7.2 --- examples/example-runner/package.json | 2 +- examples/fast-csv-ts/package.json | 2 +- examples/formatting-ts/package.json | 2 +- examples/parsing-ts/package.json | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) 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 2b8d75ab..5434b7df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "lerna": "8.1.9", "prettier": "3.4.1", "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": { @@ -28345,9 +28345,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", diff --git a/package.json b/package.json index 047da1b1..78e35036 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "lerna": "8.1.9", "prettier": "3.4.1", "ts-jest": "29.2.5", - "typescript": "5.6.3" + "typescript": "5.7.2" } }