From 18081a7193751902270e358fd1991629938c6446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:03:28 +0000 Subject: [PATCH] build(deps): bump uuid from 9.0.1 to 14.0.0 in /create-pull-request Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 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/v9.0.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- create-pull-request/package-lock.json | 11 ++++++----- create-pull-request/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/create-pull-request/package-lock.json b/create-pull-request/package-lock.json index f9d2089..fb05313 100644 --- a/create-pull-request/package-lock.json +++ b/create-pull-request/package-lock.json @@ -19,7 +19,7 @@ "@octokit/request-error": "^6.1.8", "node-fetch-native": "^1.6.7", "p-limit": "^6.2.0", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "@types/jest": "^29.5.14", @@ -9050,15 +9050,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "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/v8-to-istanbul": { diff --git a/create-pull-request/package.json b/create-pull-request/package.json index 7ba52c7..a47ab9e 100644 --- a/create-pull-request/package.json +++ b/create-pull-request/package.json @@ -42,7 +42,7 @@ "@octokit/request-error": "^6.1.8", "node-fetch-native": "^1.6.7", "p-limit": "^6.2.0", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "@types/jest": "^29.5.14",