From be4d3cc7fe74fd8f7320568262ac4592dc79c7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 13:46:13 +0000 Subject: [PATCH] Bump uuid from 13.0.2 to 14.0.0 in /jacsnpm Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.2 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/v13.0.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jacsnpm/package-lock.json | 8 ++++---- jacsnpm/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jacsnpm/package-lock.json b/jacsnpm/package-lock.json index 8800772a8..dfa8238d7 100644 --- a/jacsnpm/package-lock.json +++ b/jacsnpm/package-lock.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "dependencies": { "@napi-rs/cli": "^2.16.3", - "uuid": "^13.0.1" + "uuid": "^14.0.0" }, "bin": { "jacs-cli": "bin/jacs-cli.js" @@ -2193,9 +2193,9 @@ } }, "node_modules/uuid": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", - "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==", + "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" diff --git a/jacsnpm/package.json b/jacsnpm/package.json index da6a34e62..dbc8b0b18 100644 --- a/jacsnpm/package.json +++ b/jacsnpm/package.json @@ -116,7 +116,7 @@ }, "dependencies": { "@napi-rs/cli": "^2.16.3", - "uuid": "^13.0.1" + "uuid": "^14.0.0" }, "peerDependencies": { "@ai-sdk/provider": ">=1.0.0",