From 0c8dddf204c9162d0a0b48ebf732ec09ce5db14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 19:59:15 +0000 Subject: [PATCH] Bump uuid and universal-analytics Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.0 and updates ancestor dependency [universal-analytics](https://github.com/peaksandpies/universal-analytics). These dependencies need to be updated together. Updates `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) Updates `universal-analytics` from 0.5.3 to 0.5.4 - [Changelog](https://github.com/peaksandpies/universal-analytics/blob/master/HISTORY.md) - [Commits](https://github.com/peaksandpies/universal-analytics/compare/0.5.3...0.5.4) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: indirect - dependency-name: universal-analytics dependency-version: 0.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++---------- package.json | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92e97aa..3cddc8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "passport-http": "^0.3.0", "pug": "^3.0.3", "regexp-quote": "0.0.0", - "universal-analytics": "^0.5.3" + "universal-analytics": "^0.5.4" }, "devDependencies": { "ajv": "^6.10.0", @@ -6031,16 +6031,16 @@ "license": "MIT" }, "node_modules/universal-analytics": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.5.3.tgz", - "integrity": "sha512-HXSMyIcf2XTvwZ6ZZQLfxfViRm/yTGoRgDeTbojtq6rezeyKB0sTBcKH2fhddnteAHRcHiKgr/ACpbgjGOC6RQ==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.5.4.tgz", + "integrity": "sha512-db38BYsx+oZEx0bc+PeGmIwG+YiYH5Xluhxf9EBnL39U4+DAXJtXQHLJ+zzTH36lx/N54/WKQQYnh0kQWJ74yg==", "license": "MIT", "dependencies": { "debug": "^4.3.1", - "uuid": "^8.0.0" + "uuid": "^14.0.0" }, "engines": { - "node": ">=12.18.2" + "node": ">=22.0.0" } }, "node_modules/universal-analytics/node_modules/debug": { @@ -6095,12 +6095,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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/package.json b/package.json index ece1e4f..742d15f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "passport-http": "^0.3.0", "pug": "^3.0.3", "regexp-quote": "0.0.0", - "universal-analytics": "^0.5.3" + "universal-analytics": "^0.5.4" }, "devDependencies": { "ajv": "^6.10.0",