From 2c49352c6a82fbc64278c3aa814cf2d8c9b842bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:48:07 +0000 Subject: [PATCH] deps: bump typescript from 5.9.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e924c1..b9d262b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "rulesgenie", "version": "0.1.0", + "license": "MIT", "dependencies": { "better-sqlite3": "^12.1.0", "clsx": "^2.1.1", @@ -28,7 +29,11 @@ "eslint-config-next": "^15.3.2", "postcss": "^8.5.3", "tailwindcss": "^3.4.17", - "typescript": "^5.8.3" + "typescript": "^6.0.3" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=9.0.0" } }, "node_modules/@alloc/quick-lru": { @@ -6662,9 +6667,9 @@ } }, "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 e2def0b..f61e35b 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "eslint-config-next": "^15.3.2", "postcss": "^8.5.3", "tailwindcss": "^3.4.17", - "typescript": "^5.8.3" + "typescript": "^6.0.3" } }