From ac7aecff68d41a953123508cad25f76e31b8a30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 17:49:04 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 7.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 2 +- apps/dashboard/package.json | 2 +- apps/investigator/package.json | 2 +- apps/resume-editor/package.json | 2 +- apps/worker/package.json | 2 +- package.json | 2 +- packages/accounts/package.json | 2 +- packages/answers/package.json | 2 +- packages/core/package.json | 2 +- packages/db/package.json | 2 +- packages/inbox/package.json | 2 +- packages/investigate/package.json | 2 +- packages/notify/package.json | 2 +- packages/platforms/package.json | 2 +- packages/queue/package.json | 2 +- packages/sources/package.json | 2 +- packages/storage/package.json | 2 +- pnpm-lock.yaml | 306 +++++++++++++++++++++++++----- 18 files changed, 272 insertions(+), 68 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 7622f87..e4fc31a 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.19.2", - "typescript": "^5.7.2", + "typescript": "^7.0.2", "vitest": "^3.1.1" } } diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 06dc445..6a42371 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -22,6 +22,6 @@ "devDependencies": { "@types/node": "^22.0.0", "@types/react": "^19.0.0", - "typescript": "^5.7.0" + "typescript": "^7.0.2" } } diff --git a/apps/investigator/package.json b/apps/investigator/package.json index aac13bf..3a63df0 100644 --- a/apps/investigator/package.json +++ b/apps/investigator/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.20.3", - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/apps/resume-editor/package.json b/apps/resume-editor/package.json index 5ff6ecf..69b1c25 100644 --- a/apps/resume-editor/package.json +++ b/apps/resume-editor/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.20.3", - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/apps/worker/package.json b/apps/worker/package.json index 8621d9b..fd8e600 100644 --- a/apps/worker/package.json +++ b/apps/worker/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.20.3", - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/package.json b/package.json index a2d7488..e1580ad 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@biomejs/biome": "^2.1.2", "@types/node": "^22.10.2", - "typescript": "^5.9.2", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/packages/accounts/package.json b/packages/accounts/package.json index aa7a225..d7212e3 100644 --- a/packages/accounts/package.json +++ b/packages/accounts/package.json @@ -16,7 +16,7 @@ "drizzle-orm": "^0.44.0" }, "devDependencies": { - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/packages/answers/package.json b/packages/answers/package.json index 591fef2..afbac46 100644 --- a/packages/answers/package.json +++ b/packages/answers/package.json @@ -15,7 +15,7 @@ "zod": "^3.25.76" }, "devDependencies": { - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/packages/core/package.json b/packages/core/package.json index 02849e2..39d291a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -10,7 +10,7 @@ "test": "vitest run" }, "devDependencies": { - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/packages/db/package.json b/packages/db/package.json index 2016622..c2ffee1 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -20,7 +20,7 @@ "@types/node": "^22.0.0", "drizzle-kit": "^0.31.0", "tsx": "^4.20.0", - "typescript": "^5.8.0", + "typescript": "^7.0.2", "vitest": "^3.2.0" } } diff --git a/packages/inbox/package.json b/packages/inbox/package.json index b1e3288..abe306f 100644 --- a/packages/inbox/package.json +++ b/packages/inbox/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.20.3", - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/packages/investigate/package.json b/packages/investigate/package.json index 12d7b05..ca21f17 100644 --- a/packages/investigate/package.json +++ b/packages/investigate/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/node": "^22.10.2", "tsx": "^4.20.3", - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/packages/notify/package.json b/packages/notify/package.json index 9425f6a..3449ce2 100644 --- a/packages/notify/package.json +++ b/packages/notify/package.json @@ -10,7 +10,7 @@ "test": "vitest run" }, "devDependencies": { - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/packages/platforms/package.json b/packages/platforms/package.json index c1f25cd..cbd4899 100644 --- a/packages/platforms/package.json +++ b/packages/platforms/package.json @@ -13,7 +13,7 @@ "@sower/core": "workspace:*" }, "devDependencies": { - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/packages/queue/package.json b/packages/queue/package.json index 7fb60d8..851bacd 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/node": "^22.10.0", - "typescript": "^5.7.0", + "typescript": "^7.0.2", "vitest": "^3.0.0" } } diff --git a/packages/sources/package.json b/packages/sources/package.json index 312deb0..e10f259 100644 --- a/packages/sources/package.json +++ b/packages/sources/package.json @@ -13,7 +13,7 @@ "@sower/core": "workspace:*" }, "devDependencies": { - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/packages/storage/package.json b/packages/storage/package.json index af6e36a..cb56d07 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@types/node": "^22.0.0", - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b6a1bc3..168c152 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^22.10.2 version: 22.20.1 typescript: - specifier: ^5.9.2 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -73,8 +73,8 @@ importers: specifier: ^4.19.2 version: 4.23.0 typescript: - specifier: ^5.7.2 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.1.1 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -116,8 +116,8 @@ importers: specifier: ^19.0.0 version: 19.2.17 typescript: - specifier: ^5.7.0 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 apps/investigator: dependencies: @@ -141,8 +141,8 @@ importers: specifier: ^4.20.3 version: 4.23.0 typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -169,8 +169,8 @@ importers: specifier: ^4.20.3 version: 4.23.0 typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -209,8 +209,8 @@ importers: specifier: ^4.20.3 version: 4.23.0 typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -228,8 +228,8 @@ importers: version: 0.44.7(postgres@3.4.9) devDependencies: typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -247,8 +247,8 @@ importers: version: 3.25.76 devDependencies: typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -256,8 +256,8 @@ importers: packages/core: devDependencies: typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -284,8 +284,8 @@ importers: specifier: ^4.20.0 version: 4.23.0 typescript: - specifier: ^5.8.0 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.0 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -299,8 +299,8 @@ importers: specifier: ^4.20.3 version: 4.23.0 typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -330,8 +330,8 @@ importers: specifier: ^4.20.3 version: 4.23.0 typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -339,8 +339,8 @@ importers: packages/notify: devDependencies: typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -352,8 +352,8 @@ importers: version: link:../core devDependencies: typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -371,8 +371,8 @@ importers: specifier: ^22.10.0 version: 22.20.1 typescript: - specifier: ^5.7.0 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.0.0 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -384,8 +384,8 @@ importers: version: link:../core devDependencies: typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -400,8 +400,8 @@ importers: specifier: ^22.0.0 version: 22.20.1 typescript: - specifier: ^5.8.3 - version: 5.9.3 + specifier: ^7.0.2 + version: 7.0.2 vitest: specifier: ^3.2.4 version: 3.2.7(@types/node@22.20.1)(tsx@4.23.0)(yaml@2.9.0) @@ -530,11 +530,11 @@ packages: '@esbuild-kit/core-utils@3.3.2': resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==} - deprecated: 'Merged into tsx: https://tsx.is' + deprecated: 'Merged into tsx: https://tsx.hirok.io' '@esbuild-kit/esm-loader@2.6.5': resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} - deprecated: 'Merged into tsx: https://tsx.is' + deprecated: 'Merged into tsx: https://tsx.hirok.io' '@esbuild/aix-ppc64@0.25.12': resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} @@ -1441,6 +1441,126 @@ packages: '@types/tough-cookie@4.0.5': resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==} + '@typescript/typescript-aix-ppc64@7.0.2': + resolution: {integrity: sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [aix] + + '@typescript/typescript-darwin-arm64@7.0.2': + resolution: {integrity: sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [darwin] + + '@typescript/typescript-darwin-x64@7.0.2': + resolution: {integrity: sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [darwin] + + '@typescript/typescript-freebsd-arm64@7.0.2': + resolution: {integrity: sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [freebsd] + + '@typescript/typescript-freebsd-x64@7.0.2': + resolution: {integrity: sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [freebsd] + + '@typescript/typescript-linux-arm64@7.0.2': + resolution: {integrity: sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [linux] + + '@typescript/typescript-linux-arm@7.0.2': + resolution: {integrity: sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==} + engines: {node: '>=16.20.0'} + cpu: [arm] + os: [linux] + + '@typescript/typescript-linux-loong64@7.0.2': + resolution: {integrity: sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==} + engines: {node: '>=16.20.0'} + cpu: [loong64] + os: [linux] + + '@typescript/typescript-linux-mips64el@7.0.2': + resolution: {integrity: sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==} + engines: {node: '>=16.20.0'} + cpu: [mips64el] + os: [linux] + + '@typescript/typescript-linux-ppc64@7.0.2': + resolution: {integrity: sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==} + engines: {node: '>=16.20.0'} + cpu: [ppc64] + os: [linux] + + '@typescript/typescript-linux-riscv64@7.0.2': + resolution: {integrity: sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==} + engines: {node: '>=16.20.0'} + cpu: [riscv64] + os: [linux] + + '@typescript/typescript-linux-s390x@7.0.2': + resolution: {integrity: sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==} + engines: {node: '>=16.20.0'} + cpu: [s390x] + os: [linux] + + '@typescript/typescript-linux-x64@7.0.2': + resolution: {integrity: sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [linux] + + '@typescript/typescript-netbsd-arm64@7.0.2': + resolution: {integrity: sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [netbsd] + + '@typescript/typescript-netbsd-x64@7.0.2': + resolution: {integrity: sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [netbsd] + + '@typescript/typescript-openbsd-arm64@7.0.2': + resolution: {integrity: sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [openbsd] + + '@typescript/typescript-openbsd-x64@7.0.2': + resolution: {integrity: sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [openbsd] + + '@typescript/typescript-sunos-x64@7.0.2': + resolution: {integrity: sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [sunos] + + '@typescript/typescript-win32-arm64@7.0.2': + resolution: {integrity: sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==} + engines: {node: '>=16.20.0'} + cpu: [arm64] + os: [win32] + + '@typescript/typescript-win32-x64@7.0.2': + resolution: {integrity: sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==} + engines: {node: '>=16.20.0'} + cpu: [x64] + os: [win32] + '@vitest/expect@3.2.7': resolution: {integrity: sha512-E8eBXaKibuvH2pSZErOjdVb5vF4PbKYcrnluBTYxEk1l/VhhwZg1kZQsdtjq+CsF5CFydf2Rdkz7jDHKSisi3w==} @@ -1868,8 +1988,8 @@ packages: resolution: {integrity: sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==} engines: {node: '>=12.0.0'} - express-rate-limit@8.5.2: - resolution: {integrity: sha512-5Kb34ipNX694DH48vN9irak1Qx30nb0PLYHXfJgw4YEjiC3ZEmZJhwOp+VfiCYwFzvFTdB9QkArYS5kXa2cx2A==} + express-rate-limit@8.6.0: + resolution: {integrity: sha512-XKJXDsASUOo0LLtFwW5hCcQGH0N4WQc/Rn8/Pvoia+TJFOkkFPvrtW9lZOeeNcxQJspvOIERMwiRLsVFlhHEkA==} engines: {node: '>= 16'} peerDependencies: express: '>= 4.11' @@ -2053,8 +2173,8 @@ packages: resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} engines: {node: '>= 0.4'} - hono@4.12.30: - resolution: {integrity: sha512-emn+JoJjrN9YTpRDS5it/UI2SO9BAE37T6I3d963RxcZ81G9A4pr2SZTEiiaiKbzx+NKRg5BZ89fCL7gCJCUog==} + hono@4.12.31: + resolution: {integrity: sha512-zJIHFrl6bq3RDd2YusFNCDlM8qUprxKswyi/OPzPyzKDdyBXDqWx8bZlZ7R+saTdSTatUmb3O7K4SspGPaEOQg==} engines: {node: '>=16.9.0'} html-entities@2.6.0: @@ -2668,9 +2788,9 @@ packages: resolution: {integrity: sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==} engines: {node: '>= 18'} - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} - engines: {node: '>=14.17'} + typescript@7.0.2: + resolution: {integrity: sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==} + engines: {node: '>=16.20.0'} hasBin: true undici-types@6.21.0: @@ -3232,9 +3352,9 @@ snapshots: protobufjs: 7.6.5 yargs: 17.7.3 - '@hono/node-server@1.19.14(hono@4.12.30)': + '@hono/node-server@1.19.14(hono@4.12.31)': dependencies: - hono: 4.12.30 + hono: 4.12.31 '@img/colour@1.1.0': optional: true @@ -3348,7 +3468,7 @@ snapshots: '@modelcontextprotocol/sdk@1.29.0(zod@4.4.3)': dependencies: - '@hono/node-server': 1.19.14(hono@4.12.30) + '@hono/node-server': 1.19.14(hono@4.12.31) ajv: 8.20.0 ajv-formats: 3.0.1(ajv@8.20.0) content-type: 1.0.5 @@ -3357,8 +3477,8 @@ snapshots: eventsource: 3.0.7 eventsource-parser: 3.1.0 express: 5.2.1 - express-rate-limit: 8.5.2(express@5.2.1) - hono: 4.12.30 + express-rate-limit: 8.6.0(express@5.2.1) + hono: 4.12.31 jose: 6.2.3 json-schema-typed: 8.0.2 pkce-challenge: 5.0.1 @@ -3532,6 +3652,66 @@ snapshots: '@types/tough-cookie@4.0.5': {} + '@typescript/typescript-aix-ppc64@7.0.2': + optional: true + + '@typescript/typescript-darwin-arm64@7.0.2': + optional: true + + '@typescript/typescript-darwin-x64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-freebsd-x64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm64@7.0.2': + optional: true + + '@typescript/typescript-linux-arm@7.0.2': + optional: true + + '@typescript/typescript-linux-loong64@7.0.2': + optional: true + + '@typescript/typescript-linux-mips64el@7.0.2': + optional: true + + '@typescript/typescript-linux-ppc64@7.0.2': + optional: true + + '@typescript/typescript-linux-riscv64@7.0.2': + optional: true + + '@typescript/typescript-linux-s390x@7.0.2': + optional: true + + '@typescript/typescript-linux-x64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-netbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-arm64@7.0.2': + optional: true + + '@typescript/typescript-openbsd-x64@7.0.2': + optional: true + + '@typescript/typescript-sunos-x64@7.0.2': + optional: true + + '@typescript/typescript-win32-arm64@7.0.2': + optional: true + + '@typescript/typescript-win32-x64@7.0.2': + optional: true + '@vitest/expect@3.2.7': dependencies: '@types/chai': 5.2.3 @@ -3911,10 +4091,13 @@ snapshots: expect-type@1.4.0: {} - express-rate-limit@8.5.2(express@5.2.1): + express-rate-limit@8.6.0(express@5.2.1): dependencies: + debug: 4.4.3 express: 5.2.1 ip-address: 10.2.0 + transitivePeerDependencies: + - supports-color express@5.2.1: dependencies: @@ -4215,7 +4398,7 @@ snapshots: dependencies: function-bind: 1.1.2 - hono@4.12.30: {} + hono@4.12.31: {} html-entities@2.6.0: {} @@ -4870,7 +5053,28 @@ snapshots: media-typer: 1.1.0 mime-types: 3.0.2 - typescript@5.9.3: {} + typescript@7.0.2: + optionalDependencies: + '@typescript/typescript-aix-ppc64': 7.0.2 + '@typescript/typescript-darwin-arm64': 7.0.2 + '@typescript/typescript-darwin-x64': 7.0.2 + '@typescript/typescript-freebsd-arm64': 7.0.2 + '@typescript/typescript-freebsd-x64': 7.0.2 + '@typescript/typescript-linux-arm': 7.0.2 + '@typescript/typescript-linux-arm64': 7.0.2 + '@typescript/typescript-linux-loong64': 7.0.2 + '@typescript/typescript-linux-mips64el': 7.0.2 + '@typescript/typescript-linux-ppc64': 7.0.2 + '@typescript/typescript-linux-riscv64': 7.0.2 + '@typescript/typescript-linux-s390x': 7.0.2 + '@typescript/typescript-linux-x64': 7.0.2 + '@typescript/typescript-netbsd-arm64': 7.0.2 + '@typescript/typescript-netbsd-x64': 7.0.2 + '@typescript/typescript-openbsd-arm64': 7.0.2 + '@typescript/typescript-openbsd-x64': 7.0.2 + '@typescript/typescript-sunos-x64': 7.0.2 + '@typescript/typescript-win32-arm64': 7.0.2 + '@typescript/typescript-win32-x64': 7.0.2 undici-types@6.21.0: {}