diff --git a/package-lock.json b/package-lock.json index 31cc93a75..1a9ddedb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lodash-es": "^4.17.21", "marked": "^17.0.1", "pinia": "^3.0.4", - "posthog-js": "^1.299.0", + "posthog-js": "^1.306.1", "unhead": "^2.0.19", "video.js": "^8.23.4", "vue": "^3.5.25", @@ -1818,9 +1818,9 @@ } }, "node_modules/@posthog/core": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.6.0.tgz", - "integrity": "sha512-Tbh8UACwbb7jFdDC7wwXHtfNzO+4wKh3VbyMHmp2UBe6w1jliJixexTJNfkqdGZm+ht3M10mcKvGGPnoZ2zLBg==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.7.1.tgz", + "integrity": "sha512-kjK0eFMIpKo9GXIbts8VtAknsoZ18oZorANdtuTj1CbgS28t4ZVq//HAWhnxEuXRTrtkd+SUJ6Ux3j2Af8NCuA==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.6" @@ -10558,12 +10558,12 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.299.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.299.0.tgz", - "integrity": "sha512-euHXKcEqQpRJNWitudVl4/doTJsftgaBDRLNGczt/v3S9N6ppLMzEOmeoqvNhNDIlpxGVlTvSawfw9HeW1r5nA==", + "version": "1.306.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.306.1.tgz", + "integrity": "sha512-wO7bliv/5tlAlfoKCUzwkGXZVNexk0dHigMf9tNp0q1rzs62wThogREY7Tz7h/iWKYiuXy1RumtVlTmHuBXa1w==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "1.6.0", + "@posthog/core": "1.7.1", "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", diff --git a/package.json b/package.json index 5d0081196..a1542083f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "lodash-es": "^4.17.21", "marked": "^17.0.1", "pinia": "^3.0.4", - "posthog-js": "^1.299.0", + "posthog-js": "^1.306.1", "video.js": "^8.23.4", "vue": "^3.5.25", "vue-router": "^4.6.3",