From 282451304de8c6226f1a36ca34720a83da168f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 04:03:07 +0000 Subject: [PATCH] build(deps): bump posthog-node from 5.36.4 to 5.36.6 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.36.4 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 8658ad39f..e82ae6ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.36.4", + "posthog-node": "^5.36.6", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5", @@ -4148,18 +4148,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.30.10", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.10.tgz", - "integrity": "sha512-R7Z5jDB3ugwfSujMmRd5osPPR6L6BqfcaSNcYOekzRMZ4Jklq74p05xByP09EnUvKXb5czI+RQVCITTWRWuFXw==", + "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.382.0" + "@posthog/types": "1.383.1" } }, "node_modules/@posthog/types": { - "version": "1.382.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.382.0.tgz", - "integrity": "sha512-iK4OcSgvtmS9FZ9EUpvwlRZmHCLXaZ3+6dbRjkE7q9LL0zHLewxJH84H6uGvCw8aGzxs5rIliZqPHgimTcQEaw==", + "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/@sec-ant/readable-stream": { @@ -17031,12 +17031,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "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==", + "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.10" + "@posthog/core": "1.30.12" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 9f4e115fa..8a8a1bcfd 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.36.4", + "posthog-node": "^5.36.6", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5",