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"