diff --git a/package-lock.json b/package-lock.json index 51f92e728e..4361308430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "rimraf": "^6.1.3", "shx": "^0.4.0", "strip-json-comments": "^5.0.3", - "typescript": "^5.9.3", + "typescript": "^6.0.2", "typescript-eslint": "^8.57.2", "vitest": "^4.1.1", "yaml-lint": "^1.7.0" @@ -3983,19 +3983,6 @@ } } }, - "node_modules/@vitest/pretty-format": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.0.tgz", - "integrity": "sha512-3RZLZlh88Ib0J7NQTRATfc/3ZPOnSUn2uDBUoGNn5T36+bALixmzphN26OUD3LRXWkJu4H0s5vvUeqBiw+kS0A==", - "dev": true, - "license": "MIT", - "dependencies": { - "tinyrainbow": "^3.0.3" - }, - "funding": { - "url": "https://opencollective.com/vitest" - } - }, "node_modules/@vitest/runner": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.1.tgz", @@ -4092,21 +4079,6 @@ "url": "https://opencollective.com/vitest" } }, - "node_modules/@vitest/utils": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.0.tgz", - "integrity": "sha512-XfPXT6a8TZY3dcGY8EdwsBulFCIw+BeeX0RZn2x/BtiY/75YGh8FeWGG8QISN/WhaqSrE2OrlDgtF8q5uhOTmw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@vitest/pretty-format": "4.1.0", - "convert-source-map": "^2.0.0", - "tinyrainbow": "^3.0.3" - }, - "funding": { - "url": "https://opencollective.com/vitest" - } - }, "node_modules/abort-controller": { "version": "3.0.0", "license": "MIT", @@ -11407,7 +11379,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.9.3", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index b42fdb2629..11898b2dee 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "rimraf": "^6.1.3", "shx": "^0.4.0", "strip-json-comments": "^5.0.3", - "typescript": "^5.9.3", + "typescript": "^6.0.2", "typescript-eslint": "^8.57.2", "vitest": "^4.1.1", "yaml-lint": "^1.7.0"