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",