diff --git a/package-lock.json b/package-lock.json index 9f61ce7ca..f242a5de9 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.417.0", + "posthog-js": "^1.417.1", "video.js": "^8.24.0", "vue": "^3.5.41", "vue-router": "^5.2.0", @@ -10788,14 +10788,14 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.417.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.417.0.tgz", - "integrity": "sha512-jokL2hiuBYO0+bSJ1l/ZLxFIc4+xwe5P8srIbivSU3MVSWsE4AP2U6IaVW8hQLdcz4k8ZWEa2jDPn9sTUcQ5yw==", + "version": "1.417.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.417.1.tgz", + "integrity": "sha512-QpZnHA2PieGq9+W03LBw23DnN9CD1zM37DcXnpZkg+C5iAwYXLiZs8qof0Yi/BhY35PYuhVmv93nhztyHjVaJw==", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@posthog/browser-common": "^0.5.0", - "@posthog/core": "^1.48.0", - "@posthog/types": "^1.404.0", + "@posthog/core": "^1.48.1", + "@posthog/types": "^1.404.1", "core-js": "^3.49.0", "dompurify": "^3.4.13", "fflate": "^0.4.8", diff --git a/package.json b/package.json index c01c64bd6..2accee070 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.417.0", + "posthog-js": "^1.417.1", "video.js": "^8.24.0", "vue": "^3.5.41", "vue-router": "^5.2.0",