From af2de7a278da03c7036212aa6c65518df435fe3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 04:06:01 +0000 Subject: [PATCH] build(deps): bump posthog-js from 1.413.3 to 1.414.0 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.413.3 to 1.414.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/posthog-js@1.413.3...posthog-js@1.414.0) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.414.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7352581fd..d7b4a909e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "lodash-es": "^4.18.1", "marked": "^18.0.9", "pinia": "^3.0.4", - "posthog-js": "^1.413.3", + "posthog-js": "^1.414.0", "video.js": "^8.24.0", "vue": "^3.5.41", "vue-router": "^5.2.0", @@ -10786,9 +10786,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.413.3", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.413.3.tgz", - "integrity": "sha512-UoAymtZYVr84Ldp0ITXmlK4Q3GE8vU7GW8wC+aCput5RrKVJ8wkAPc12n3ElmKRlvLL+oD+Fotjc7n3wYG0RGQ==", + "version": "1.414.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.414.0.tgz", + "integrity": "sha512-dtZd4asdskr8lNyltAEX6zyn48uO1pO0EMvx6AXJU65PFhu6yn2LPbKtQcyLysjcN57FJPNT9QYL6St5SBJHqw==", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@posthog/browser-common": "^0.4.0", diff --git a/package.json b/package.json index f3b213906..a46b9e4d7 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "lodash-es": "^4.18.1", "marked": "^18.0.9", "pinia": "^3.0.4", - "posthog-js": "^1.413.3", + "posthog-js": "^1.414.0", "video.js": "^8.24.0", "vue": "^3.5.41", "vue-router": "^5.2.0",