From ced6c98e79b62fdc2d0e446a51ad005c0ddc0abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:34:13 +0000 Subject: [PATCH] build(deps): bump posthog-node from 5.35.0 to 5.35.1 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.35.0 to 5.35.1. - [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.1/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.35.1 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 af1f29e63..f05274ad3 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.0", + "posthog-node": "^5.35.1", "redoc-express": "^2.1.3", "resend": "^6.12.3", "sharp": "^0.34.5", @@ -4150,18 +4150,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.29.8", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.8.tgz", - "integrity": "sha512-wdX4/WzZ+sV92z4ppC9SjOWdztY/0bN74SbJFy1X8/1N8+aNTSHsGEKHtbHitkIkJc861oYWr4ZzOoV0iVDP4w==", + "version": "1.29.9", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.9.tgz", + "integrity": "sha512-DjvuIyBZ2Z/gBhtZlITlM2D8PlnMsHSQ1D78dbUYoVsgGguvanpJTobZObjLlFkybyvfZFYkpoJkFNI/2Pw4IQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.375.0" + "@posthog/types": "1.376.0" } }, "node_modules/@posthog/types": { - "version": "1.375.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.375.0.tgz", - "integrity": "sha512-ykjHtJv1eUnEUQIuCavMi/+lnBhZPRVnFDrbG6m4fS+vZ3ajn8dGooPpbWjF33Uo4g7W4ew51dBtJGf2evvurA==", + "version": "1.376.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.376.0.tgz", + "integrity": "sha512-gbFfxCuZDs/D4QZMwdE+smD1jsuqgGpS6yKGHZZ19foxMy8RYHsU1E47iG1b88n/uN02fAabLibVwuxLtq8juw==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17094,12 +17094,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.35.0", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.0.tgz", - "integrity": "sha512-5Hos1mlwrZtzZbh1Pij1FyU9p4R3bajVtAKjPZ3vxhAScsGeyLsF5KqMaEAw3EYWmsX9SQ5CbYZtSlHf+nkw6g==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.1.tgz", + "integrity": "sha512-F9S3pEIYfGEVjLYIFHKaqfTIhn5IpS02Dkp7C/f1rqr4Z67Iqbt4jbKO8raWsT0veEI3rUp+DKuXLW1hN07FQA==", "license": "MIT", "dependencies": { - "@posthog/core": "1.29.8" + "@posthog/core": "1.29.9" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 35a5581f3..bb156fb2a 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.0", + "posthog-node": "^5.35.1", "redoc-express": "^2.1.3", "resend": "^6.12.3", "sharp": "^0.34.5",