From aaef1c1ee3ef7f3b7bca238a79dbdd497b41a4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:01:14 +0000 Subject: [PATCH] build(deps): Bump uuid in /agentica/examples/research-swarm Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 14.0.0. - [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/v10.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agentica/examples/research-swarm/package-lock.json | 11 ++++++----- agentica/examples/research-swarm/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/agentica/examples/research-swarm/package-lock.json b/agentica/examples/research-swarm/package-lock.json index b3d3a73..9d69e46 100644 --- a/agentica/examples/research-swarm/package-lock.json +++ b/agentica/examples/research-swarm/package-lock.json @@ -17,7 +17,7 @@ "express": "^5.1.0", "goalie": "^1.3.1", "ora": "^8.2.0", - "uuid": "^10.0.0" + "uuid": "^14.0.0" }, "bin": { "research-swarm": "bin/cli.js" @@ -3936,15 +3936,16 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { diff --git a/agentica/examples/research-swarm/package.json b/agentica/examples/research-swarm/package.json index a940431..48f17d5 100644 --- a/agentica/examples/research-swarm/package.json +++ b/agentica/examples/research-swarm/package.json @@ -70,7 +70,7 @@ "express": "^5.1.0", "goalie": "^1.3.1", "ora": "^8.2.0", - "uuid": "^10.0.0" + "uuid": "^14.0.0" }, "peerDependencies": { "agentic-flow": ">=1.9.0"