diff --git a/package-lock.json b/package-lock.json index 31cc93a75..8e7c02b7f 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.301.0", "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.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.7.0.tgz", + "integrity": "sha512-d6ZV4grpzeH/6/LP8quMVpSjY1puRkrqfwcPvGRKUAX7tb7YHyp/zMiTDuJmOFbpUxAMBXH5nDwcPiyCY2WGzA==", "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.301.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.301.0.tgz", + "integrity": "sha512-HXAXPvE0us6kIPinE/DT3MfuMZNSe0tSRNplXkzGHA03izNFImqh663axROt9+8aaCH1aUCMPDHXrKxvNfVobw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "1.6.0", + "@posthog/core": "1.7.0", "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", diff --git a/package.json b/package.json index 5d0081196..adb91e170 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.301.0", "video.js": "^8.23.4", "vue": "^3.5.25", "vue-router": "^4.6.3",