diff --git a/package-lock.json b/package-lock.json index 7bdb02b..4b49346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "mp3-duration": "^1.1.0", "nconf": "^0.13.0", "openai": "^6.42.0", - "posthog-node": "^5.36.3", + "posthog-node": "^5.37.1", "selfsigned": "^5.5.0", "sonos": "^1.14.3", "soundcraft-ui-connection": "^6.0.3", @@ -470,18 +470,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.30.9", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.9.tgz", - "integrity": "sha512-Cn004VJ7ZWQRaVQG7efh+pMtRMIVZznktngXe5I3E8wClRdMwCZaSa6jo/X04Oc04z8PeMp4GEcWVkdEhmAEXw==", + "version": "1.32.5", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.32.5.tgz", + "integrity": "sha512-Vmr6LZms7QEP1ljfTRRBVtLkeEHMrTmLECt0FXPLwUIgPwxOgvBdAYwRMWyP13WuN/XQweo1tJ9J1DxHNAF3qg==", "license": "MIT", "dependencies": { - "@posthog/types": "1.381.0" + "@posthog/types": "^1.386.4" } }, "node_modules/@posthog/types": { - "version": "1.381.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.381.0.tgz", - "integrity": "sha512-AW68BovKFCNbPdq3VjOzfQeSQRYMvQVv+46LDywWFXO/oOTXFKwjY92FaJQSTXWgTNgDpqigCw3yUFDinK3hZA==", + "version": "1.386.4", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.386.4.tgz", + "integrity": "sha512-UgE9+5+wkZg7yc2MpW5G32/6zYW8fAbXJkG8WGnrb4X8OKWzNa9cWeNCd82vKok+TSoRpM4qiYQFtBSpJS1dsw==", "license": "MIT" }, "node_modules/@sapphire/async-queue": { @@ -2465,12 +2465,12 @@ } }, "node_modules/posthog-node": { - "version": "5.36.3", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.36.3.tgz", - "integrity": "sha512-cbAB8w3lJf+rQlxgBVkbQha/yJnt7NFe8l23iE5brLl4YLv10y+Xk6a0SzquZzk5tebznW0qpz3WEUJpf2OI9w==", + "version": "5.37.1", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.37.1.tgz", + "integrity": "sha512-CU2o/FGCyvKQSCsQhc6iA3lc50xMWTqSEpKS8HINABj87YD9iefEqDQWVWJ4TABcpDo5fkbjTyRig/zMe/WNQw==", "license": "MIT", "dependencies": { - "@posthog/core": "1.30.9" + "@posthog/core": "^1.32.4" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index b0663d6..568c880 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "mp3-duration": "^1.1.0", "nconf": "^0.13.0", "openai": "^6.42.0", - "posthog-node": "^5.36.3", + "posthog-node": "^5.37.1", "selfsigned": "^5.5.0", "sonos": "^1.14.3", "soundcraft-ui-connection": "^6.0.3",