From 58bba2960b143e0219aa0ad729dfa9d14d275bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 14:51:50 +0000 Subject: [PATCH] build(deps): bump posthog-node from 5.51.7 to 5.52.1 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.51.7 to 5.52.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.52.1/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.52.1 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 a046be5f8..e1cbb1d4a 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.51.7", + "posthog-node": "^5.52.1", "resend": "^6.28.0", "sharp": "^0.35.4", "snyk": "^1.1305.2", @@ -5028,18 +5028,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.51.0.tgz", - "integrity": "sha512-LilmmtjcrjV1LgaVNQXrAUt4IXcWIYMrwEtx6VJUUFDeBBdmeI99jshKGtAWugYeB3Wkcp9xQIVCrxIYRpNiRA==", + "version": "1.53.2", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.53.2.tgz", + "integrity": "sha512-Knx8442G2LyPVIzLvhcBX/TIdeHpZhrYrtZou3Uw8FWfbr9gQtQeOZDCog3MWcDxJ+4vAnMAAOzf5cYpc7Gxyw==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.409.1" + "@posthog/types": "^1.411.1" } }, "node_modules/@posthog/types": { - "version": "1.409.1", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.409.1.tgz", - "integrity": "sha512-lA2sSGQUdVknSQl93uN9eUXDwkCMjAuthq24GONGHzMWwVygsKNHlWCnlJsVv2giDokj2p1NopO4zsE2S7gYjA==", + "version": "1.411.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.411.1.tgz", + "integrity": "sha512-Gd7tnSYctcSXup3naVlAgavvenByRao6rsSYdMgWgP35KE9jFn+rMHNRJeI5LNjJuLzMXHEVcgzAN7xcATefdw==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -18106,12 +18106,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.51.7", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.51.7.tgz", - "integrity": "sha512-QzUQ0S7afLIivL1mQvZ1qv3/o179ds1Zze7Zf4JDhjVlJ1mFTyu42cwFQHrD0VQpPXhIVKOq7AvSrF8Bt8yonQ==", + "version": "5.52.1", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.52.1.tgz", + "integrity": "sha512-Xt0xazhAR1Bf2DEnPPZETkWx19jckKeMkJ4qMMTv1xuyKSNjy8AXREEkiuDbJWWr3k6KpgoYH6sURWBROpRKlA==", "license": "MIT", "dependencies": { - "@posthog/core": "^1.50.6" + "@posthog/core": "^1.53.1" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index b6938e192..fbeb8aafe 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.51.7", + "posthog-node": "^5.52.1", "resend": "^6.28.0", "sharp": "^0.35.4", "snyk": "^1.1305.2",