diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 5df7d4b2..4d6b2132 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -30,7 +30,7 @@ "i18next-parser": "9.4.0", "i18next-resources-to-backend": "1.2.1", "livekit-client": "2.19.0", - "posthog-js": "1.382.0", + "posthog-js": "1.386.5", "react": "18.3.1", "react-aria-components": "1.14.0", "react-dom": "18.3.1", @@ -2208,18 +2208,18 @@ "license": "MIT" }, "node_modules/@posthog/core": { - "version": "1.30.10", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.10.tgz", - "integrity": "sha512-R7Z5jDB3ugwfSujMmRd5osPPR6L6BqfcaSNcYOekzRMZ4Jklq74p05xByP09EnUvKXb5czI+RQVCITTWRWuFXw==", + "version": "1.39.5", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.39.5.tgz", + "integrity": "sha512-M8Imv7ZmmrT6derMOFXhX3c5VKKO2oG6OX70ozLnNpKJV73sNIhYmRX/raa90saF7OA0YmWWJlpKje3irGAyQQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.382.0" + "@posthog/types": "^1.392.0" } }, "node_modules/@posthog/types": { - "version": "1.382.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.382.0.tgz", - "integrity": "sha512-iK4OcSgvtmS9FZ9EUpvwlRZmHCLXaZ3+6dbRjkE7q9LL0zHLewxJH84H6uGvCw8aGzxs5rIliZqPHgimTcQEaw==", + "version": "1.392.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.392.0.tgz", + "integrity": "sha512-nctNujXL3FC1v99FktaTMSugSD9ZOZekEpahUSafkU2TSvW+XGKNkQZbokuJtiWvPBK208dwMJva8UfBkChqpw==", "license": "MIT" }, "node_modules/@react-aria/autocomplete": { @@ -10616,13 +10616,13 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.382.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.382.0.tgz", - "integrity": "sha512-lXwVlNdPLkhDft48ZgLQ5Jf4RsuQVwz7Hr7luD4DAG+4wDGA+k9eE2no36r3Z1w4uK0EmIf9lmav6+4RsmP7nA==", + "version": "1.386.5", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.386.5.tgz", + "integrity": "sha512-ASejQQf5Xw0XolMwH/KCLZlZtoyLK6VsvORwGagAtfa8/ElIOF76BMQspkDsRTybEI+uzHqRDm2m/na1Dki2mA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "1.30.10", - "@posthog/types": "1.382.0", + "@posthog/core": "^1.32.3", + "@posthog/types": "^1.386.3", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8", diff --git a/src/frontend/package.json b/src/frontend/package.json index 1b331216..3d51c4a7 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -37,7 +37,7 @@ "i18next-parser": "9.4.0", "i18next-resources-to-backend": "1.2.1", "livekit-client": "2.19.0", - "posthog-js": "1.382.0", + "posthog-js": "1.386.5", "react": "18.3.1", "react-aria-components": "1.14.0", "react-dom": "18.3.1",