From a2365ee892085fe5cea03609f94d11196f9cb5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:05:02 +0000 Subject: [PATCH] build(deps): bump posthog-node from 5.37.1 to 5.38.2 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.37.1 to 5.38.2. - [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.38.2/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.38.2 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 210f89941..096a01687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.37.1", + "posthog-node": "^5.38.2", "resend": "^6.12.4", "sharp": "^0.35.2", "snyk": "^1.1305.1", @@ -4397,18 +4397,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.32.5", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.32.5.tgz", - "integrity": "sha512-Vmr6LZms7QEP1ljfTRRBVtLkeEHMrTmLECt0FXPLwUIgPwxOgvBdAYwRMWyP13WuN/XQweo1tJ9J1DxHNAF3qg==", + "version": "1.35.3", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.35.3.tgz", + "integrity": "sha512-EsGPbSLl39Jgo2KZ+kI9UAxFnh5nddaN5bNm2rXvUwF+vGmam9eN1EXeNbxhRU7ulEeIiGdm7XjoU7pzavkgIQ==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.386.4" + "@posthog/types": "^1.390.2" } }, "node_modules/@posthog/types": { - "version": "1.386.4", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.386.4.tgz", - "integrity": "sha512-UgE9+5+wkZg7yc2MpW5G32/6zYW8fAbXJkG8WGnrb4X8OKWzNa9cWeNCd82vKok+TSoRpM4qiYQFtBSpJS1dsw==", + "version": "1.390.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.390.2.tgz", + "integrity": "sha512-WcfKz2GNn2vfDX8vXmJYbKxegPxVWHuDQ/pHdAn0HoZDXDFnEp/+x3qBQA+fEvtbPjjtjgAt2wIgJMlM7asx7g==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17495,12 +17495,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.37.1", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.37.1.tgz", - "integrity": "sha512-CU2o/FGCyvKQSCsQhc6iA3lc50xMWTqSEpKS8HINABj87YD9iefEqDQWVWJ4TABcpDo5fkbjTyRig/zMe/WNQw==", + "version": "5.38.2", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.38.2.tgz", + "integrity": "sha512-eiKpU+vX4hVuHbO/EosvPHsmh2AVIdoVmWss/uUOs1t4b0ViCblw2o8OIFqHxKj3mYRnSOBlX0Dw3wBvcCaYpA==", "license": "MIT", "dependencies": { - "@posthog/core": "^1.32.4" + "@posthog/core": "^1.35.3" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 01e48772a..531489d85 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.37.1", + "posthog-node": "^5.38.2", "resend": "^6.12.4", "sharp": "^0.35.2", "snyk": "^1.1305.1",