From cd58ee0dd420c2747f1722229a419ddd8beb3f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:02:32 +0000 Subject: [PATCH] build(deps): bump @mastra/libsql from 1.17.0 to 1.21.1 Bumps [@mastra/libsql](https://github.com/mastra-ai/mastra/tree/HEAD/stores/libsql) from 1.17.0 to 1.21.1. - [Release notes](https://github.com/mastra-ai/mastra/releases) - [Changelog](https://github.com/mastra-ai/mastra/blob/main/stores/libsql/CHANGELOG.md) - [Commits](https://github.com/mastra-ai/mastra/commits/@mastra/libsql@1.21.1/stores/libsql) --- updated-dependencies: - dependency-name: "@mastra/libsql" dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- server/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 61e122fa..c4adb326 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -112,8 +112,8 @@ importers: specifier: 1.7.0 version: 1.7.0(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3)) '@mastra/libsql': - specifier: 1.17.0 - version: 1.17.0(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3)) + specifier: 1.21.1 + version: 1.21.1(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3)) '@mastra/loggers': specifier: 1.2.0 version: 1.2.0(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3)) @@ -2352,8 +2352,8 @@ packages: peerDependencies: '@mastra/core': '>=1.0.0-0 <2.0.0-0' - '@mastra/libsql@1.17.0': - resolution: {integrity: sha512-h7xpXLS0SICjbWYk6qeU3H46wgvy8obKcsv0cT8PSHogbOpEIeZ/GLFASCTQxUg6KiH8NNHqsO6hXte3558W9g==} + '@mastra/libsql@1.21.1': + resolution: {integrity: sha512-QgS9c5XIFr/xoH1LsnH5WsgjZBt+jBDzE01tx6a1r2nNaj5Cb46aNbc+zOWx2NNASmQ7OhaGdWZVIJHHQXfauw==} engines: {node: '>=22.13.0'} peerDependencies: '@mastra/core': '>=1.51.0-0 <2.0.0-0' @@ -8760,7 +8760,7 @@ snapshots: sentiment: 5.0.2 string-similarity: 4.0.4 - '@mastra/libsql@1.17.0(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3))': + '@mastra/libsql@1.21.1(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3))': dependencies: '@libsql/client': 0.17.4 '@mastra/core': 1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3) diff --git a/server/package.json b/server/package.json index 452fda68..2b9cff9b 100644 --- a/server/package.json +++ b/server/package.json @@ -32,7 +32,7 @@ "@mastra/cloudflare-d1": "1.1.1", "@mastra/core": "1.52.1", "@mastra/evals": "1.7.0", - "@mastra/libsql": "1.17.0", + "@mastra/libsql": "1.21.1", "@mastra/loggers": "1.2.0", "@mastra/mcp": "1.16.0", "@mastra/memory": "1.26.2",