From 7f32f21af5174bd138dda79f2fd934acae9a0431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:52:39 +0000 Subject: [PATCH] chore(deps): bump posthog-node from 5.36.3 to 5.36.4 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.36.3 to 5.36.4. - [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.4/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.36.4 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..a7911c2 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.4", "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.10", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.10.tgz", + "integrity": "sha512-R7Z5jDB3ugwfSujMmRd5osPPR6L6BqfcaSNcYOekzRMZ4Jklq74p05xByP09EnUvKXb5czI+RQVCITTWRWuFXw==", "license": "MIT", "dependencies": { - "@posthog/types": "1.381.0" + "@posthog/types": "1.382.0" } }, "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.382.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.382.0.tgz", + "integrity": "sha512-iK4OcSgvtmS9FZ9EUpvwlRZmHCLXaZ3+6dbRjkE7q9LL0zHLewxJH84H6uGvCw8aGzxs5rIliZqPHgimTcQEaw==", "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.4", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.36.4.tgz", + "integrity": "sha512-N+1WiypMHf3SO3NNoXTUFRzX98TuM5w4bDCm8RenYPf0rvX6r8v+yH6IzL1g/Me+wWA5+sfE1JZ6kGV6pWTZyQ==", "license": "MIT", "dependencies": { - "@posthog/core": "1.30.9" + "@posthog/core": "1.30.10" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index b0663d6..193a664 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.4", "selfsigned": "^5.5.0", "sonos": "^1.14.3", "soundcraft-ui-connection": "^6.0.3",