diff --git a/package-lock.json b/package-lock.json index ac498f8d7..4456ccfbc 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.391.2", + "posthog-js": "^1.392.0", "video.js": "^8.23.8", "vue": "^3.5.38", "vue-router": "^5.1.0", @@ -2437,9 +2437,9 @@ } }, "node_modules/@posthog/core": { - "version": "1.35.3", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.35.3.tgz", - "integrity": "sha512-EsGPbSLl39Jgo2KZ+kI9UAxFnh5nddaN5bNm2rXvUwF+vGmam9eN1EXeNbxhRU7ulEeIiGdm7XjoU7pzavkgIQ==", + "version": "1.35.4", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.35.4.tgz", + "integrity": "sha512-DowOjN83tGtg4NPv0tmExjXiIWapHDDTv0ZZHg70XBjH5o/AB3DkMVMvj5ODIi1Y5bw7eMETidGvRwWH0/g3wA==", "license": "MIT", "dependencies": { "@posthog/types": "^1.390.2" @@ -12246,12 +12246,12 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.391.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.391.2.tgz", - "integrity": "sha512-q0DZN6ljchSnAFJIXf+sQFTPlsLjTlRa+TvrL+QRb6413BGtib/MNiQy1bnwLKt8KR+f6xJYvkqdLyty9s4Aww==", + "version": "1.392.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.392.0.tgz", + "integrity": "sha512-dOZMzav59dRzI4SNmF+ZoRWj6evUVNxTMuHgbQWt+vTJzVl9UvdsUPFBBa13Skcw8eTwXpB54089yaCrEv11Ew==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "^1.35.3", + "@posthog/core": "^1.35.4", "@posthog/types": "^1.390.2", "core-js": "^3.38.1", "dompurify": "^3.3.2", diff --git a/package.json b/package.json index cf7eb0ba6..595a29506 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.391.2", + "posthog-js": "^1.392.0", "video.js": "^8.23.8", "vue": "^3.5.38", "vue-router": "^5.1.0",