From e4665717dc182d487f85cb527ac8fe134e08ea7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:13:59 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.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/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- io/studio/package.json | 2 +- package-lock.json | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/io/studio/package.json b/io/studio/package.json index 1f2930611..1b54bfe3e 100644 --- a/io/studio/package.json +++ b/io/studio/package.json @@ -10,7 +10,7 @@ "cloudevents": "^4.0.2", "node-fetch": "^2.6.0", "regenerator-runtime": "^0.13.5", - "uuid": "^8.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "@adobe/aio-cli": "^11.0.1", diff --git a/package-lock.json b/package-lock.json index 1388b0f2e..e3c31ab69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "cloudevents": "^4.0.2", "node-fetch": "^2.6.0", "regenerator-runtime": "^0.13.5", - "uuid": "^8.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "@adobe/aio-cli": "^11.0.1", @@ -395,6 +395,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "io/studio/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==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist-node/bin/uuid" + } + }, "io/www": { "name": "MerchAtScale", "version": "0.1.1",