diff --git a/package-lock.json b/package-lock.json index 570ea1d..a03f6a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "puppeteer": "25.9.0", "ts-node": "10.9.2", "tsx": "^4.23.12", - "typescript": "5.5.3", + "typescript": "^6.0.3", "vitest": "^4.1.11" }, "engines": { @@ -2023,13 +2023,6 @@ "empathic": "2.0.0" } }, - "node_modules/@prisma/debug": { - "version": "7.9.1", - "resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-7.9.1.tgz", - "integrity": "sha512-/cpVZ4itxtcgB8GHBvZtcmuEjq+lWsLrRJxFMbwZrT1RIdtuKmUm7PPGo/wzfbYpBrk+9WmmBE8CHJw2rybKDQ==", - "devOptional": true, - "license": "Apache-2.0" - }, "node_modules/@prisma/dev": { "version": "0.24.17", "resolved": "https://registry.npmjs.org/@prisma/dev/-/dev-0.24.17.tgz", @@ -10175,9 +10168,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 7d1cd73..c92b020 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "puppeteer": "25.9.0", "ts-node": "10.9.2", "tsx": "^4.23.12", - "typescript": "5.5.3", + "typescript": "^6.0.3", "vitest": "^4.1.11" } }