diff --git a/package-lock.json b/package-lock.json index 6301fa0b6..aa65de9a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "lodash-es": "^4.18.1", "marked": "^18.0.5", "pinia": "^3.0.4", - "posthog-js": "^1.392.0", + "posthog-js": "^1.393.0", "video.js": "^8.23.8", "vue": "^3.5.38", "vue-router": "^5.1.0", @@ -2309,18 +2309,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.35.4", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.35.4.tgz", - "integrity": "sha512-DowOjN83tGtg4NPv0tmExjXiIWapHDDTv0ZZHg70XBjH5o/AB3DkMVMvj5ODIi1Y5bw7eMETidGvRwWH0/g3wA==", + "version": "1.37.1", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.37.1.tgz", + "integrity": "sha512-KRBuxF/XBm3tNpqWlXpWE82XxsYsJb0jSyEic14LMXMvqDv5iApK1jfV0+seikDb9SpPs3tPkWUfHdwaUtFBtQ==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.390.2" + "@posthog/types": "^1.391.0" } }, "node_modules/@posthog/types": { - "version": "1.390.2", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.390.2.tgz", - "integrity": "sha512-WcfKz2GNn2vfDX8vXmJYbKxegPxVWHuDQ/pHdAn0HoZDXDFnEp/+x3qBQA+fEvtbPjjtjgAt2wIgJMlM7asx7g==", + "version": "1.391.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.391.0.tgz", + "integrity": "sha512-oJ6jkqVMq+T4ax9F0rUllJc0KHpSgpaMwTNYWkE70iBiyXDVyhcNBmYnNKzSODgpzsaQNI6VfK8JrRYbkSJZZw==", "license": "MIT" }, "node_modules/@puppeteer/browsers": { @@ -12203,13 +12203,13 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.392.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.392.0.tgz", - "integrity": "sha512-dOZMzav59dRzI4SNmF+ZoRWj6evUVNxTMuHgbQWt+vTJzVl9UvdsUPFBBa13Skcw8eTwXpB54089yaCrEv11Ew==", + "version": "1.393.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.393.0.tgz", + "integrity": "sha512-BNu62XUNkFEIq7ZQJwvgtZIgWUfn0HozVcYHO8P1WMq2Crx+d+/l7TJsO6YHf3aUUiJn+L8L8NX7XgFZxW3/tw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "^1.35.4", - "@posthog/types": "^1.390.2", + "@posthog/core": "^1.36.0", + "@posthog/types": "^1.391.0", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8", diff --git a/package.json b/package.json index 150a3d824..7f4e19ebd 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "lodash-es": "^4.18.1", "marked": "^18.0.5", "pinia": "^3.0.4", - "posthog-js": "^1.392.0", + "posthog-js": "^1.393.0", "video.js": "^8.23.8", "vue": "^3.5.38", "vue-router": "^5.1.0",