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",