From 53a8eac6268faa55602c7e41e484fc8a7b6d2ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:14:36 +0000 Subject: [PATCH] chore(deps): bump posthog-js in /web/ui/dashboard Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.127.0 to 1.281.0. - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.127.0...posthog-js@1.281.0) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.281.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/ui/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/dashboard/package.json b/web/ui/dashboard/package.json index eeb85db20d..20a8aa2286 100644 --- a/web/ui/dashboard/package.json +++ b/web/ui/dashboard/package.json @@ -28,7 +28,7 @@ "axios": "^1.6.7", "date-fns": "^2.27.0", "monaco-editor": "^0.34.1", - "posthog-js": "1.127.0", + "posthog-js": "1.281.0", "prismjs": "^1.29.0", "rxjs": "^6.6.0", "tslib": "^2.3.1",