From 90f9db35dd33fcb4cfd06df17e7d1e1ae55b3718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 06:52:48 +0000 Subject: [PATCH] chore(deps): bump posthog-node from 5.36.3 to 5.36.9 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.36.3 to 5.36.9. - [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.9/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.36.9 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..ab2d045 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.9", "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.31.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.31.0.tgz", + "integrity": "sha512-tsZ/pyDy7AXUoPe4Skg/ybozerNPzmHxTzE8gyr8CSajkN0/YXRj8BVEaR8hoqpq7G5B3lUFxbqriNvV6NdPJw==", "license": "MIT", "dependencies": { - "@posthog/types": "1.381.0" + "@posthog/types": "1.384.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.384.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.384.0.tgz", + "integrity": "sha512-A/KtSocfu6h8ocwOQ1WUme32xdmCFftUN7ziRSYvAahgXaJl3QGizjiRo+Kh60zS8k2tJgzlvCbXB3TqSuY5eg==", "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.9", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.36.9.tgz", + "integrity": "sha512-2EpDTF8peAJzJSFLUWfJu7MT5XRSoXd8ifsUCrk/sys+qRniTnrLK8f/7wRypwkV8RLwh86hqvzFay55qL6ASA==", "license": "MIT", "dependencies": { - "@posthog/core": "1.30.9" + "@posthog/core": "1.31.0" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index b0663d6..9bc4389 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.9", "selfsigned": "^5.5.0", "sonos": "^1.14.3", "soundcraft-ui-connection": "^6.0.3",