From d25772e220e750d421194bad6556b0d62817b09f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 08:38:13 +0000 Subject: [PATCH] chore(deps): 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 | 25 ++++++++----------------- package.json | 2 +- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9937cca..a0f56310 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cortex-debug", - "version": "1.13.0-pre9", + "version": "1.13.0-pre10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cortex-debug", - "version": "1.13.0-pre9", + "version": "1.13.0-pre10", "license": "MIT", "dependencies": { "@vscode/extension-telemetry": "^0.9.8", @@ -27,7 +27,7 @@ "serialport": "^13.0.0", "stream-json": "^1.9.1", "tmp": "^0.2.6", - "universal-analytics": "^0.5.3", + "universal-analytics": "^0.5.4", "usb": "^2.14.0", "uuid": "^14.0.0", "vscode-jsonrpc": "^8.2.1" @@ -5472,25 +5472,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_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==", - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" + "node": ">=22.0.0" } }, "node_modules/update-browserslist-db": { diff --git a/package.json b/package.json index 59b6f046..c31f2a42 100644 --- a/package.json +++ b/package.json @@ -3135,7 +3135,7 @@ "serialport": "^13.0.0", "stream-json": "^1.9.1", "tmp": "^0.2.6", - "universal-analytics": "^0.5.3", + "universal-analytics": "^0.5.4", "usb": "^2.14.0", "uuid": "^14.0.0", "vscode-jsonrpc": "^8.2.1"