From 4c7626d08107a510f996b88c1ad9af7c525fc822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:52:37 +0000 Subject: [PATCH] chore(deps): bump posthog-node from 5.36.3 to 5.36.6 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.36.3 to 5.36.6. - [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.36.6/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.36.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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..a4eaa0a 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.36.6", "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.30.12", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.12.tgz", + "integrity": "sha512-XKkiK5H8ww3RHmL+TzHHnWCdcmZzfTy5RuiIs8yx9ABzG5Gdn+FgK/cH9XSvh5xU6Avkk1b6zLG/hZfF2nZAyQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.381.0" + "@posthog/types": "1.383.1" } }, "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.383.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.383.1.tgz", + "integrity": "sha512-1gdoBJLAbj9MjPnFV+WH+KWOktJIiWNvg8KO68cX3nbXlCCMx6p+d0e6ORmHshe1++UoRRIbSjfJE2aBOUVpRQ==", "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.36.6", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.36.6.tgz", + "integrity": "sha512-r6atowCAjicv9N96yWFkhA8uhn8+UiWbVNYSf+7pHjfAfQfTPPTHPFZJYUrbgFjN6nkIMM1qXOO0E3gACiksIg==", "license": "MIT", "dependencies": { - "@posthog/core": "1.30.9" + "@posthog/core": "1.30.12" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index b0663d6..e0b01a2 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.36.6", "selfsigned": "^5.5.0", "sonos": "^1.14.3", "soundcraft-ui-connection": "^6.0.3",