From 759c13ae3e03cce6f6b545b6be4d69c505b4ecb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:44:27 +0000 Subject: [PATCH] chore(vscode-plugin): bump posthog-node in /agent-support/vscode Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.35.14 to 5.39.4. - [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.39.4/packages/node) --- updated-dependencies: - dependency-name: posthog-node dependency-version: 5.39.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- agent-support/vscode/package-lock.json | 24 ++++++++++++------------ agent-support/vscode/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/agent-support/vscode/package-lock.json b/agent-support/vscode/package-lock.json index 0edb3b03e4..5883c3cab1 100644 --- a/agent-support/vscode/package-lock.json +++ b/agent-support/vscode/package-lock.json @@ -8,7 +8,7 @@ "name": "git-ai-vscode", "version": "0.1.22", "dependencies": { - "posthog-node": "^5.35.14" + "posthog-node": "^5.39.4" }, "devDependencies": { "@types/mocha": "^10.0.10", @@ -800,18 +800,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.30.5", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.5.tgz", - "integrity": "sha512-NGBRhqyMOpiSKd8xtg8dckUxh+kB02LdtnxKYW7ngycJmgM4GBGzSDaATbMQDKaNS9m2FJ9QRZ8nJyelGCoqNQ==", + "version": "1.39.6", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.39.6.tgz", + "integrity": "sha512-o6ajIwN5zXoNP0D4H/QPmOyibNTUkSyOR6ya7AG5U2ywXx4awo72L2KnCoiZPQM5x/bXv6jPBdimH8M18Ax0aw==", "license": "MIT", "dependencies": { - "@posthog/types": "1.379.2" + "@posthog/types": "^1.392.0" } }, "node_modules/@posthog/types": { - "version": "1.379.2", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.379.2.tgz", - "integrity": "sha512-quGXOeNewmaGqTxE/eH8MgM/niW1jfgCyzh4bwpXFpDwuQPvWA8WkCFo6k1oKGYV03Go0udw49aGUz6s58cRsA==", + "version": "1.392.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.392.1.tgz", + "integrity": "sha512-Qg6Gl7/1vlr8+gPtBi5gwnLgAgiyFoKOVmTvTtDcvya9cpTwZfna7rQmkGQ4B63CunUYNNbOlqcwiUwUDyTK6w==", "license": "MIT" }, "node_modules/@secretlint/config-creator": { @@ -5197,12 +5197,12 @@ } }, "node_modules/posthog-node": { - "version": "5.35.14", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.14.tgz", - "integrity": "sha512-vUO4/MQ+edqSua4jAQY+H8wvVMFOZNoBt72dqnxGkqgES0awW0NPFdDSfEhGhS6BSkydNFkN/4crnOksbCnFlQ==", + "version": "5.39.4", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.39.4.tgz", + "integrity": "sha512-+fCQ7htBFRQQFbIzl1T0TA7bDwYyaB9XP308ZFMCUoB5LzTzOFxBa6TYVrxdH/VQl43WXTp6sf0QsG2Z4XlNBg==", "license": "MIT", "dependencies": { - "@posthog/core": "1.30.5" + "@posthog/core": "^1.39.5" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/agent-support/vscode/package.json b/agent-support/vscode/package.json index dedb042ac1..2d270a9866 100644 --- a/agent-support/vscode/package.json +++ b/agent-support/vscode/package.json @@ -98,6 +98,6 @@ "test-exclude": ">=7.0.0" }, "dependencies": { - "posthog-node": "^5.35.14" + "posthog-node": "^5.39.4" } }