diff --git a/ai-agents/mcp-server/package.json b/ai-agents/mcp-server/package.json index f4692e7..4f2c22a 100644 --- a/ai-agents/mcp-server/package.json +++ b/ai-agents/mcp-server/package.json @@ -13,7 +13,7 @@ "dependencies": { "@hono/node-server": "^1.13.2", "@hono/zod-openapi": "^0.18.3", - "hono": "^4.6.14", + "hono": "^4.12.21", "zod": "^3.23.8" }, "devDependencies": { diff --git a/ai-agents/mcp-server/pnpm-lock.yaml b/ai-agents/mcp-server/pnpm-lock.yaml index e2cb6d2..8f1094a 100644 --- a/ai-agents/mcp-server/pnpm-lock.yaml +++ b/ai-agents/mcp-server/pnpm-lock.yaml @@ -10,13 +10,13 @@ importers: dependencies: '@hono/node-server': specifier: ^1.13.2 - version: 1.19.14(hono@4.12.14) + version: 1.19.14(hono@4.12.21) '@hono/zod-openapi': specifier: ^0.18.3 - version: 0.18.4(hono@4.12.14)(zod@3.25.76) + version: 0.18.4(hono@4.12.21)(zod@3.25.76) hono: - specifier: ^4.6.14 - version: 4.12.14 + specifier: ^4.12.21 + version: 4.12.21 zod: specifier: ^3.23.8 version: 3.25.76 @@ -229,8 +229,8 @@ packages: get-tsconfig@4.14.0: resolution: {integrity: sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==} - hono@4.12.14: - resolution: {integrity: sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==} + hono@4.12.21: + resolution: {integrity: sha512-uV63apnb0kyPtAUwoWgaGh9HyIFcv8lgmzPZSiTBQAFOFGIzka5EZ1dZocmGnn0XdX0+XTqJ6Tqv7selMuGLRQ==} engines: {node: '>=16.9.0'} openapi3-ts@4.5.0: @@ -345,20 +345,20 @@ snapshots: '@esbuild/win32-x64@0.27.7': optional: true - '@hono/node-server@1.19.14(hono@4.12.14)': + '@hono/node-server@1.19.14(hono@4.12.21)': dependencies: - hono: 4.12.14 + hono: 4.12.21 - '@hono/zod-openapi@0.18.4(hono@4.12.14)(zod@3.25.76)': + '@hono/zod-openapi@0.18.4(hono@4.12.21)(zod@3.25.76)': dependencies: '@asteasolutions/zod-to-openapi': 7.3.4(zod@3.25.76) - '@hono/zod-validator': 0.4.3(hono@4.12.14)(zod@3.25.76) - hono: 4.12.14 + '@hono/zod-validator': 0.4.3(hono@4.12.21)(zod@3.25.76) + hono: 4.12.21 zod: 3.25.76 - '@hono/zod-validator@0.4.3(hono@4.12.14)(zod@3.25.76)': + '@hono/zod-validator@0.4.3(hono@4.12.21)(zod@3.25.76)': dependencies: - hono: 4.12.14 + hono: 4.12.21 zod: 3.25.76 '@types/node@22.19.17': @@ -401,7 +401,7 @@ snapshots: dependencies: resolve-pkg-maps: 1.0.0 - hono@4.12.14: {} + hono@4.12.21: {} openapi3-ts@4.5.0: dependencies: diff --git a/implementations/tinder-feed/package.json b/implementations/tinder-feed/package.json index fafc1ab..d4d0c49 100644 --- a/implementations/tinder-feed/package.json +++ b/implementations/tinder-feed/package.json @@ -18,7 +18,7 @@ "dependencies": { "bullmq": "^5.34.8", "ioredis": "^5.4.2", - "uuid": "^11.1.0" + "uuid": "^14.0.0" }, "devDependencies": { "@types/node": "^22.10.5", diff --git a/implementations/tinder-feed/pnpm-lock.yaml b/implementations/tinder-feed/pnpm-lock.yaml index 52f1e59..04d2016 100644 --- a/implementations/tinder-feed/pnpm-lock.yaml +++ b/implementations/tinder-feed/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^5.4.2 version: 5.10.1 uuid: - specifier: ^11.1.0 - version: 11.1.1 + specifier: ^14.0.0 + version: 14.0.0 devDependencies: '@types/node': specifier: ^22.10.5 @@ -330,8 +330,8 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - uuid@11.1.1: - resolution: {integrity: sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==} + uuid@14.0.0: + resolution: {integrity: sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==} hasBin: true snapshots: @@ -565,4 +565,4 @@ snapshots: undici-types@6.21.0: {} - uuid@11.1.1: {} + uuid@14.0.0: {}