From 32dd939ce6e6c61655519621e6efa2cfb2c18bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:45:05 +0000 Subject: [PATCH] Bump uuid from 8.0.0 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.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/v8.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdb179f..499fd56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "node-sws": "1.2.x", "siphash": "1.1.0", "ssl-root-cas": "1.3.1", - "uuid": "8.0.0", + "uuid": "14.0.0", "wspp": "*" }, "devDependencies": { @@ -1274,11 +1274,16 @@ } }, "node_modules/uuid": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz", - "integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==", + "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/package.json b/package.json index c790a5f..ccbc1c1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node-sws": "1.2.x", "siphash": "1.1.0", "ssl-root-cas": "1.3.1", - "uuid": "8.0.0", + "uuid": "14.0.0", "wspp": "latest" }, "devDependencies": {