From 76708a2d46bddc738cda358928e329527e96ebce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:32:27 +0000 Subject: [PATCH] Bump @mistralai/mistralai from 1.3.0 to 1.3.4 Bumps [@mistralai/mistralai](https://github.com/mistralai/client-ts) from 1.3.0 to 1.3.4. - [Release notes](https://github.com/mistralai/client-ts/releases) - [Changelog](https://github.com/mistralai/client-ts/blob/main/RELEASES.md) - [Commits](https://github.com/mistralai/client-ts/compare/v1.3.0...v1.3.4) --- updated-dependencies: - dependency-name: "@mistralai/mistralai" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index abf8360f..ad7fb82b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@ai-sdk/mistral": "^0.0.46", "@ai-sdk/openai": "^0.0.72", - "@mistralai/mistralai": "^1.3.0", + "@mistralai/mistralai": "^1.3.4", "@radix-ui/react-accordion": "^1.2.1", "@radix-ui/react-alert-dialog": "^1.1.2", "@radix-ui/react-checkbox": "^1.1.2", @@ -2648,9 +2648,9 @@ } }, "node_modules/@mistralai/mistralai": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-1.3.0.tgz", - "integrity": "sha512-G5DPCSC8sEhG3LUEZDYLD7qEZWDuZXgaX3IcoC3a/ydm9jFuh2pRZtknsgMx2sU8d7kxRuxblY3fPH5C38wnhQ==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-1.3.4.tgz", + "integrity": "sha512-db5UhCXqH0N05XbXMR/2bSiGKIFUzS6p0sI9Nl2XDmJuDZIm+WRGTlsq60ALwhvKpHcQKzN5L58HIneksRrn9g==", "peerDependencies": { "zod": ">= 3" } diff --git a/package.json b/package.json index 1b07b4dc..c8afde3d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@ai-sdk/mistral": "^0.0.46", "@ai-sdk/openai": "^0.0.72", - "@mistralai/mistralai": "^1.3.0", + "@mistralai/mistralai": "^1.3.4", "@radix-ui/react-accordion": "^1.2.1", "@radix-ui/react-alert-dialog": "^1.1.2", "@radix-ui/react-checkbox": "^1.1.2",