Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 5e9a4b5

Browse files
ci: bump the production-minor group across 1 directory with 3 updates
Bumps the production-minor group with 3 updates in the / directory: [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime), [yaml](https://github.com/eemeli/yaml) and [zod](https://github.com/colinhacks/zod). Updates `@aws-sdk/client-bedrock-runtime` from 3.1037.0 to 3.1042.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-bedrock-runtime/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1042.0/clients/client-bedrock-runtime) Updates `yaml` from 2.8.3 to 2.8.4 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.3...v2.8.4) Updates `zod` from 4.3.6 to 4.4.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.3.6...v4.4.3) --- updated-dependencies: - dependency-name: "@aws-sdk/client-bedrock-runtime" dependency-version: 3.1039.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor - dependency-name: yaml dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor - dependency-name: zod dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 148044a commit 5e9a4b5

3 files changed

Lines changed: 29 additions & 25 deletions

File tree

package-lock.json

Lines changed: 25 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

strands-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@
166166
},
167167
"homepage": "https://github.com/strands-agents/sdk-typescript#readme",
168168
"dependencies": {
169-
"@aws-sdk/client-bedrock-runtime": "^3.1037.0",
169+
"@aws-sdk/client-bedrock-runtime": "^3.1042.0",
170170
"@types/json-schema": "^7.0.15",
171171
"uuid": "^14.0.0",
172-
"yaml": "^2.8.3"
172+
"yaml": "^2.8.4"
173173
},
174174
"peerDependencies": {
175175
"@a2a-js/sdk": "^0.3.10",
@@ -187,7 +187,7 @@
187187
"@opentelemetry/sdk-trace-node": "^2.6.1",
188188
"express": "^5.1.0",
189189
"openai": "^6.7.0",
190-
"zod": "^4.1.12"
190+
"zod": "^4.4.3"
191191
},
192192
"peerDependenciesMeta": {
193193
"@a2a-js/sdk": {

strands-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@strands-agents/sdk": "*",
19-
"zod": "^4.1.12"
19+
"zod": "^4.4.3"
2020
},
2121
"devDependencies": {
2222
"@bytecodealliance/jco": "^1.16.1",

0 commit comments

Comments
 (0)