From 9211d9e3c8b505b91fa1a2b7c6f8181100a89c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 04:03:02 +0000 Subject: [PATCH] build(deps): bump posthog-node from 5.30.6 to 5.31.0 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.30.6 to 5.31.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.31.0/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.31.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 2f465d515..5778a8d9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.30.6", + "posthog-node": "^5.31.0", "redoc-express": "^2.1.3", "resend": "^6.12.2", "sharp": "^0.34.5", @@ -4516,18 +4516,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.27.7", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.27.7.tgz", - "integrity": "sha512-6rzOZajUkhuezgPeF+ReMMly0D9oiwIZtMQrsJtZcS/mwi5OtvuYgxeaohgP9PKOhkK1c7cvGskX0Y2YUtBYCw==", + "version": "1.27.9", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.27.9.tgz", + "integrity": "sha512-7FFWWYWvRFxQqDXYzv8klCjk0Pox1IpuPr61eeOCBsKkmt6xvvHwH0jc3ObvwDXZj2NSAWg+V9N2E2F1ul2CRQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.372.3" + "@posthog/types": "1.372.5" } }, "node_modules/@posthog/types": { - "version": "1.372.3", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.372.3.tgz", - "integrity": "sha512-4mkXC9AhsquJnvogWtWsCi+ReODj/jbK0d3fkwCNLLTOpaiAF125FJ6OJyRFax2u+dEKXAPA/dCTGx1S2WF0nw==", + "version": "1.372.5", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.372.5.tgz", + "integrity": "sha512-6sYOISiHjfr50FNlFcd8Zw/zCDJzxRCdC7aZzwTCvJABEOLWf41kcsiozi2c3q1cNXYL018X7DAGkUukrNLVIw==", "license": "MIT" }, "node_modules/@prisma/instrumentation": { @@ -17717,12 +17717,12 @@ } }, "node_modules/posthog-node": { - "version": "5.30.6", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.30.6.tgz", - "integrity": "sha512-deZuSiLkpdEipiywkww1FhQoKpVVFmJP6SAVQcZcMbugTLwJRYSGjgm+qV0Y91xghf2yP6Nr5Plfl52i9Qj15Q==", + "version": "5.31.0", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.31.0.tgz", + "integrity": "sha512-vRhLERIOG6gIrfz5zfSUTiIrf4G8yWZPuEUP8TyvIusedMwxUXitCU9HN3uZfzkkOgvgC5MUAr/eN3reO9WQMA==", "license": "MIT", "dependencies": { - "@posthog/core": "1.27.7" + "@posthog/core": "1.27.9" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index cdd27f47d..70b02dc1c 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.30.6", + "posthog-node": "^5.31.0", "redoc-express": "^2.1.3", "resend": "^6.12.2", "sharp": "^0.34.5",