From 7182f85b5700ba469544d374a360b41ad6d858cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:45:58 +0000 Subject: [PATCH] Bump posthog-node from 5.18.1 to 5.24.2 Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.18.1 to 5.24.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.24.2/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.24.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f508bf6..5c0f8d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -126,9 +126,9 @@ } }, "node_modules/@posthog/core": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.9.0.tgz", - "integrity": "sha512-j7KSWxJTUtNyKynLt/p0hfip/3I46dWU2dk+pt7dKRoz2l5CYueHuHK4EO7Wlgno5yo1HO4sc4s30MXMTICHJw==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.14.0.tgz", + "integrity": "sha512-havjGYHwL8Gy6LXIR911h+M/sYlJLQbepxP/cc1M7Cp3v8F92bzpqkbuvUIUyb7/izkxfGwc9wMqKAo0QxMTrg==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.6" @@ -1809,15 +1809,15 @@ "license": "ISC" }, "node_modules/posthog-node": { - "version": "5.18.1", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.18.1.tgz", - "integrity": "sha512-Hi7cRqAlvuEitdiurXJFdMip+BxcwYoX66at5RErMVP91V+Ph9BspGiawC3mJx/4znjwUjF29kAhf8oZQ2uJ5Q==", + "version": "5.24.2", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.24.2.tgz", + "integrity": "sha512-cywIUYtSIC9BilgLlZd1R2xNk6omKL6tywG/SCPmUJKeG2jhjvJHSrHXYx4x3uQsUjn8aB9UVI8km+W326Zm8g==", "license": "MIT", "dependencies": { - "@posthog/core": "1.9.0" + "@posthog/core": "1.14.0" }, "engines": { - "node": ">=20" + "node": "^20.20.0 || >=22.22.0" } }, "node_modules/proxy-addr": {