From 9977c29a207a8842408e29bd989a50edfd6bee13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:40:01 +0000 Subject: [PATCH] Bump hono in /typescript/agent/mastra-template-csv-to-questions Bumps [hono](https://github.com/honojs/hono) from 4.9.2 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.2...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/typescript/agent/mastra-template-csv-to-questions/package-lock.json b/typescript/agent/mastra-template-csv-to-questions/package-lock.json index cba9f31b..69d0fdc5 100644 --- a/typescript/agent/mastra-template-csv-to-questions/package-lock.json +++ b/typescript/agent/mastra-template-csv-to-questions/package-lock.json @@ -11,17 +11,17 @@ "dependencies": { "@ai-sdk/openai": "^1.3.22", "@arizeai/openinference-mastra": "^2.1.6", - "@mastra/core": "latest", - "@mastra/libsql": "latest", - "@mastra/loggers": "latest", - "@mastra/memory": "latest", + "@mastra/core": "*", + "@mastra/libsql": "*", + "@mastra/loggers": "*", + "@mastra/memory": "*", "ai": "^4.0.56", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^24.0.4", "bun": "^1.2.19", - "mastra": "latest", + "mastra": "*", "typescript": "^5.8.3" }, "engines": { @@ -6206,9 +6206,9 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.2.tgz", - "integrity": "sha512-UG2jXGS/gkLH42l/1uROnwXpkjvvxkl3kpopL3LBo27NuaDPI6xHNfuUSilIHcrBkPfl4y0z6y2ByI455TjNRw==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.10.3.tgz", + "integrity": "sha512-2LOYWUbnhdxdL8MNbNg9XZig6k+cZXm5IjHn2Aviv7honhBMOHb+jxrKIeJRZJRmn+htUCKhaicxwXuUDlchRA==", "license": "MIT", "engines": { "node": ">=16.9.0"