diff --git a/package-lock.json b/package-lock.json index d7b4a909e..9cd9a4fe0 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.414.0", + "posthog-js": "^1.415.1", "video.js": "^8.24.0", "vue": "^3.5.41", "vue-router": "^5.2.0", @@ -1726,18 +1726,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.46.9", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.46.9.tgz", - "integrity": "sha512-EXO6y5ih+jBkTCpUCuYgQmajuDZuvy6vMvflkub6pLQyi0GPlCPWVSvZZkOeQw9e2MxoD5GteeGCt9R8+UJ/yQ==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.48.0.tgz", + "integrity": "sha512-ezKjVLw9y3Q235PUY+2hRr5DN9t6j2jF1mFAvnvhCCu/Ha6/qBv3zmVJBaHu9PnqqSNtx2St3ggN8Z3TTu/12A==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.402.2" + "@posthog/types": "^1.403.1" } }, "node_modules/@posthog/types": { - "version": "1.402.2", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.402.2.tgz", - "integrity": "sha512-ZZTiS4dLwF4/D0YTzS3gGSLFnhuNOY5yu4d9VGS9trGe5GW6FjIXo20p18K5BPW2RZSYSld8sdnSAY3AUXleUQ==", + "version": "1.404.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.404.0.tgz", + "integrity": "sha512-/Y1zKv8SdwkK725SkmgT5QVYnXE7Fi23SPDCZ5Ybu27gTQub4yMTKWuUQekW+gkSKBZ0LyYCQK52mhyMMigMBw==", "license": "MIT" }, "node_modules/@puppeteer/browsers": { @@ -10786,13 +10786,13 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.414.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.414.0.tgz", - "integrity": "sha512-dtZd4asdskr8lNyltAEX6zyn48uO1pO0EMvx6AXJU65PFhu6yn2LPbKtQcyLysjcN57FJPNT9QYL6St5SBJHqw==", + "version": "1.415.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.415.1.tgz", + "integrity": "sha512-42kmHsgzxAZ3fM6W/NcbBun6r39Zoc5v0l0RJRZ6O+2BdVGNCQXiZTe/mDG9+7Bf0yz/dKY5BDZXB85Vq0JGFw==", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@posthog/browser-common": "^0.4.0", - "@posthog/core": "^1.46.9", + "@posthog/core": "^1.47.0", "@posthog/types": "^1.402.2", "core-js": "^3.49.0", "dompurify": "^3.4.12", diff --git a/package.json b/package.json index a46b9e4d7..efbe8d779 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.414.0", + "posthog-js": "^1.415.1", "video.js": "^8.24.0", "vue": "^3.5.41", "vue-router": "^5.2.0",