From aeac77fc1076e342f12218be42c2aa2c8c69d208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:33:00 +0000 Subject: [PATCH] ci(typescript): bump uuid Bumps the production-minor group with 1 update in the / directory: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 14.0.0 to 14.0.1 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v14.0.0...v14.0.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- strands-ts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebd66cdcb..cc28edb47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6251,9 +6251,9 @@ } }, "node_modules/uuid": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", - "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", + "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -6514,7 +6514,7 @@ "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.1069.0", "@types/json-schema": "^7.0.15", - "uuid": "^14.0.0", + "uuid": "^14.0.1", "yaml": "^2.8.3" }, "devDependencies": { diff --git a/strands-ts/package.json b/strands-ts/package.json index 1607be2eb..80127b335 100644 --- a/strands-ts/package.json +++ b/strands-ts/package.json @@ -223,7 +223,7 @@ "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.1069.0", "@types/json-schema": "^7.0.15", - "uuid": "^14.0.0", + "uuid": "^14.0.1", "yaml": "^2.8.3" }, "peerDependencies": {