diff --git a/package.json b/package.json index 4ea5ff01..7f743b52 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@stylistic/eslint-plugin-js": "^4.0.0", "@stylistic/eslint-plugin-ts": "^4.0.0", "@total-typescript/ts-reset": "^0.6.1", - "@tsconfig/node22": "^22.0.0", + "@tsconfig/node24": "^24.0.0", "@tsconfig/strictest": "^2.0.5", "@types/eslint__js": "^8.42.3", "@types/lint-staged": "^13.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 316691c3..d1886cf9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,9 +27,9 @@ importers: '@total-typescript/ts-reset': specifier: ^0.6.1 version: 0.6.1 - '@tsconfig/node22': - specifier: ^22.0.0 - version: 22.0.1 + '@tsconfig/node24': + specifier: ^24.0.0 + version: 24.0.4 '@tsconfig/strictest': specifier: ^2.0.5 version: 2.0.5 @@ -431,8 +431,8 @@ packages: '@total-typescript/ts-reset@0.6.1': resolution: {integrity: sha512-cka47fVSo6lfQDIATYqb/vO1nvFfbPw7uWLayIXIhGETj0wcOOlrlkobOMDNQOFr9QOafegUPq13V2+6vtD7yg==} - '@tsconfig/node22@22.0.1': - resolution: {integrity: sha512-VkgOa3n6jvs1p+r3DiwBqeEwGAwEvnVCg/hIjiANl5IEcqP3G0u5m8cBJspe1t9qjZRlZ7WFgqq5bJrGdgAKMg==} + '@tsconfig/node24@24.0.4': + resolution: {integrity: sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==} '@tsconfig/strictest@2.0.5': resolution: {integrity: sha512-ec4tjL2Rr0pkZ5hww65c+EEPYwxOi4Ryv+0MtjeaSQRJyq322Q27eOQiFbuNgw2hpL4hB1/W/HBGk3VKS43osg==} @@ -903,7 +903,7 @@ packages: glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me globals@14.0.0: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} @@ -1855,7 +1855,7 @@ snapshots: '@total-typescript/ts-reset@0.6.1': {} - '@tsconfig/node22@22.0.1': {} + '@tsconfig/node24@24.0.4': {} '@tsconfig/strictest@2.0.5': {} diff --git a/tsconfig.json b/tsconfig.json index e21bc974..fbe4fab1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/tsconfig", "extends": [ - "@tsconfig/node22/tsconfig.json", + "@tsconfig/node24/tsconfig.json", "@tsconfig/strictest/tsconfig.json", ], "compilerOptions": {