From 1518fab192ab42c81028865e6a58a73ceb02bbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 02:29:58 +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.268.8. - [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.268.8) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.268.8 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..88c91a9163 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.268.8", "prismjs": "^1.29.0", "rxjs": "^6.6.0", "tslib": "^2.3.1",