From 8b4460b69b76d0b6ff119e2ac59144586c988fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:06:33 +0000 Subject: [PATCH] build(deps): bump the minor-and-patch group across 1 directory with 3 updates Bumps the minor-and-patch group with 3 updates in the / directory: [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react), [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) and [next](https://github.com/vercel/next.js). Updates `@assistant-ui/react` from 0.14.29 to 0.15.8 - [Release notes](https://github.com/assistant-ui/assistant-ui/releases) - [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/assistant-ui/assistant-ui/commits/HEAD/packages/react) Updates `@aws-sdk/lib-storage` from 3.1096.0 to 3.1105.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1105.0/lib/lib-storage) Updates `next` from 16.2.12 to 16.3.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.2.12...v16.3.0) --- updated-dependencies: - dependency-name: "@assistant-ui/react" dependency-version: 0.15.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@aws-sdk/lib-storage" dependency-version: 3.1105.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: next dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c554343e..df43253d6 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@ai-sdk/mcp": "1.0.52", "@ai-sdk/openai": "~3.0.74", "@ai-sdk/react": "~3.0.210", - "@assistant-ui/react": "^0.14.23", + "@assistant-ui/react": "^0.15.8", "@assistant-ui/react-ai-sdk": "^1.3.37", "@assistant-ui/react-markdown": "^0.14.4", "@aws-sdk/client-bedrock-agent-runtime": "^3.982.0", @@ -125,7 +125,7 @@ "@aws-sdk/client-ssm": "^3.982.0", "@aws-sdk/credential-providers": "^3.982.0", "@aws-sdk/lib-dynamodb": "~3.1095.0", - "@aws-sdk/lib-storage": "3.1096.0", + "@aws-sdk/lib-storage": "3.1105.0", "@aws-sdk/s3-request-presigner": "^3.982.0", "@aws-sdk/util-dynamodb": "^3.982.0", "@codemirror/commands": "^6.10.4", @@ -214,7 +214,7 @@ "mdast-util-to-string": "^4.0.0", "mermaid": "^11.12.1", "nanoid": "^5.1.6", - "next": "16.2.12", + "next": "16.3.0", "next-auth": "^5.0.0-beta.30", "oidc-provider": "^9.6.0", "openai": "^6.17.0",