From bf6e28c661ac181d519c6c8843788fa1e784aefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:42:37 +0000 Subject: [PATCH] chore(deps): bump universal-analytics from 0.5.3 to 0.5.4 Bumps [universal-analytics](https://github.com/peaksandpies/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: universal-analytics dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ec15541a99..0a6cf7af65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "ts-morph": "25.0.1", "tunnel": "0.0.6", "typescript": "5.7.3", - "universal-analytics": "0.5.3", + "universal-analytics": "0.5.4", "uuid": "11.1.0", "winreg": "1.2.5", "ws": "8.18.3", @@ -12064,25 +12064,29 @@ } }, "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/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/universalify": { diff --git a/package.json b/package.json index 4ccda12dff..395c58f935 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "ts-morph": "25.0.1", "tunnel": "0.0.6", "typescript": "5.7.3", - "universal-analytics": "0.5.3", + "universal-analytics": "0.5.4", "uuid": "11.1.0", "winreg": "1.2.5", "ws": "8.18.3",