From 288082594bf5c98f714b12dfa722de31f5ba27e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 07:51:38 +0000 Subject: [PATCH] Bump uuid from 9.0.0 to 14.0.0 in /kahuna Bumps [uuid](https://github.com/uuidjs/uuid) from 9.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/v9.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kahuna/package-lock.json | 15 ++++++++++----- kahuna/package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/kahuna/package-lock.json b/kahuna/package-lock.json index f1487a33969..d07d4940e0c 100644 --- a/kahuna/package-lock.json +++ b/kahuna/package-lock.json @@ -44,7 +44,7 @@ "titip": "https://github.com/guardian/titip/tarball/1.1.0", "ui-router-extras": "0.1.3", "uri-templates": "0.1.5", - "uuid": "9.0.0" + "uuid": "14.0.0" }, "devDependencies": { "@babel/core": "7.28.0", @@ -15815,11 +15815,16 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "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-compile-cache": { diff --git a/kahuna/package.json b/kahuna/package.json index 3f1a820d562..8a37210cc4f 100644 --- a/kahuna/package.json +++ b/kahuna/package.json @@ -39,7 +39,7 @@ "titip": "https://github.com/guardian/titip/tarball/1.1.0", "ui-router-extras": "0.1.3", "uri-templates": "0.1.5", - "uuid": "9.0.0" + "uuid": "14.0.0" }, "devDependencies": { "@babel/core": "7.28.0",