From b0be16d9f0f90b2a0ae2b0f0ecee5ccf4a1aa979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 04:03:26 +0000 Subject: [PATCH] build(deps): bump posthog-node from 5.34.7 to 5.35.0 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.34.7 to 5.35.0. - [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.0/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ed85aafab..faa57cf84 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.34.7", + "posthog-node": "^5.35.0", "redoc-express": "^2.1.3", "resend": "^6.12.3", "sharp": "^0.34.5", @@ -4037,18 +4037,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.29.6", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.6.tgz", - "integrity": "sha512-qLA/4xTzxG1FabliYjsOy5pTC9XZWA225MHnpCmqGBoDVGL4sKKgLixMK2dpsHZbSo6AHpBLUfqkvTsh2YxZcQ==", + "version": "1.29.8", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.8.tgz", + "integrity": "sha512-wdX4/WzZ+sV92z4ppC9SjOWdztY/0bN74SbJFy1X8/1N8+aNTSHsGEKHtbHitkIkJc861oYWr4ZzOoV0iVDP4w==", "license": "MIT", "dependencies": { - "@posthog/types": "1.374.3" + "@posthog/types": "1.375.0" } }, "node_modules/@posthog/types": { - "version": "1.374.3", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.374.3.tgz", - "integrity": "sha512-AewLXVP/JR0iUTcY3wkYeDomNDAEWagX6g+39U61HyYcnWOjxzEVPsMGV2VdVjaAP2lRtkIOc00EzoIc9fIZ+Q==", + "version": "1.375.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.375.0.tgz", + "integrity": "sha512-ykjHtJv1eUnEUQIuCavMi/+lnBhZPRVnFDrbG6m4fS+vZ3ajn8dGooPpbWjF33Uo4g7W4ew51dBtJGf2evvurA==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -16978,12 +16978,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.34.7", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.34.7.tgz", - "integrity": "sha512-OwZ7k6KnJqvhda+CeZnj0fStHmSiKSpHlbFYnC8thn+fwkMgDRi6L1FVfscbrC+c226I78u91LJq6MTAt0qrCw==", + "version": "5.35.0", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.0.tgz", + "integrity": "sha512-5Hos1mlwrZtzZbh1Pij1FyU9p4R3bajVtAKjPZ3vxhAScsGeyLsF5KqMaEAw3EYWmsX9SQ5CbYZtSlHf+nkw6g==", "license": "MIT", "dependencies": { - "@posthog/core": "1.29.6" + "@posthog/core": "1.29.8" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 4217761d2..ead9fe5ad 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.34.7", + "posthog-node": "^5.35.0", "redoc-express": "^2.1.3", "resend": "^6.12.3", "sharp": "^0.34.5",