From 829649a2b9038529531ef9bdd6804e278b1bcdcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 02:13:22 +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.280.1. - [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.280.1) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.280.1 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..efe6f7816a 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.280.1", "prismjs": "^1.29.0", "rxjs": "^6.6.0", "tslib": "^2.3.1",