From 8867a30b1a9eebc76486e408c0c88c280188816c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 05:31:38 +0000 Subject: [PATCH] build(deps): bump posthog-node from 5.35.2 to 5.35.4 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.35.2 to 5.35.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.35.4/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.35.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 2db2ab059..5c84a4981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.35.2", + "posthog-node": "^5.35.4", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5", @@ -4150,18 +4150,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.29.9", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.9.tgz", - "integrity": "sha512-DjvuIyBZ2Z/gBhtZlITlM2D8PlnMsHSQ1D78dbUYoVsgGguvanpJTobZObjLlFkybyvfZFYkpoJkFNI/2Pw4IQ==", + "version": "1.29.11", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.11.tgz", + "integrity": "sha512-/4EF7oxAFSWJgaXxppT8bdYp7MGAnWFnKz994+MetTz/T6CKbYpjqIXHCofQXtcOXjEclTYj91igA+IkVFKiSg==", "license": "MIT", "dependencies": { - "@posthog/types": "1.376.0" + "@posthog/types": "1.376.2" } }, "node_modules/@posthog/types": { - "version": "1.376.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.376.0.tgz", - "integrity": "sha512-gbFfxCuZDs/D4QZMwdE+smD1jsuqgGpS6yKGHZZ19foxMy8RYHsU1E47iG1b88n/uN02fAabLibVwuxLtq8juw==", + "version": "1.376.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.376.2.tgz", + "integrity": "sha512-Y3ROpAxNqgcy2G0w6JoG5Gt+P6WNY2lkHTPMPzWqexRwemYbFegDi5AifDyD9/tstKTlOYKTTExtaJ5EBcghyQ==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17094,12 +17094,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.35.2", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.2.tgz", - "integrity": "sha512-YwzkogTUrsFeUnJJH17p3zoZBFaHIh6swYoLV4Ic5pmd8fIVTz8w7NsHR7eWmJlqYe/+Hqo1acGN1jclNUbz3A==", + "version": "5.35.4", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.4.tgz", + "integrity": "sha512-X4OCh3Lr4tfyUc/67ssDhe5cD3fwFVq4QBdNpQwpjtuOCGWZ4wDONc6zSkE1i6FVUkTc884GvwphorKC6To/BQ==", "license": "MIT", "dependencies": { - "@posthog/core": "1.29.9" + "@posthog/core": "1.29.11" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 4a75181b8..462ab07df 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.35.2", + "posthog-node": "^5.35.4", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5",