From 8b0a85df8fdd71665d31d47d0af5e5e11a5c3bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:52:49 +0000 Subject: [PATCH] chore(deps): bump posthog-node from 5.36.3 to 5.37.1 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.36.3 to 5.37.1. - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.37.1/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.37.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) 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",